mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Update docs/en/sql-reference/window-functions/last_value.md
This commit is contained in:
parent
3d96bf298c
commit
330082c3d4
@ -11,7 +11,7 @@ Returns the last value evaluated within its ordered frame. By default, NULL argu
|
||||
**Syntax**
|
||||
|
||||
```sql
|
||||
last_value (column_name) [RESPECT NULLS]
|
||||
last_value (column_name) [[RESPECT NULLS] | [IGNORE NULLS]]
|
||||
OVER ([[PARTITION BY grouping_column] [ORDER BY sorting_column]
|
||||
[ROWS or RANGE expression_to_bound_rows_withing_the_group]] | [window_name])
|
||||
FROM table_name
|
||||
|
Loading…
Reference in New Issue
Block a user