mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update docs/en/sql-reference/window-functions/first_value.md
This commit is contained in:
parent
41633cabb2
commit
595bce4945
@ -11,7 +11,7 @@ Returns the first value evaluated within its ordered frame. By default, NULL arg
|
||||
**Syntax**
|
||||
|
||||
```sql
|
||||
first_value (column_name) [RESPECT NULLS]
|
||||
first_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