mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
add alias to anyLast_respect_nulls
This commit is contained in:
parent
2bca1963a7
commit
d9a05bca89
@ -13,6 +13,8 @@ Selects the last value encountered, irregardless of whether it is `NULL` or not.
|
||||
anyLast_respect_nulls(column)
|
||||
```
|
||||
|
||||
Alias: `last_value_respect_nulls`.
|
||||
|
||||
**Parameters**
|
||||
- `column`: The column name.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user