mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 02:21:59 +00:00
Update docs/en/sql-reference/window-functions/leadInFrame.md
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
This commit is contained in:
parent
cc0f8271e2
commit
0ebee19f2e
@ -11,7 +11,7 @@ Returns a value evaluated at the row that is offset rows after the current row w
|
|||||||
:::warning
|
:::warning
|
||||||
`leadInFrame` behavior differs from the standard SQL `lead` window function.
|
`leadInFrame` behavior differs from the standard SQL `lead` window function.
|
||||||
Clickhouse window function `leadInFrame` respects the window frame.
|
Clickhouse window function `leadInFrame` respects the window frame.
|
||||||
To get behavior identical to the `lead`, use `rows between unbounded preceding and unbounded following`.
|
To get behavior identical to the `lead`, use `ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING`.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
**Syntax**
|
**Syntax**
|
||||||
|
Loading…
Reference in New Issue
Block a user