mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 02:21:59 +00:00
Update lagInFrame.md
This commit is contained in:
parent
0ebee19f2e
commit
5b1bdef54f
@ -11,7 +11,7 @@ Returns a value evaluated at the row that is at a specified physical offset row
|
||||
:::warning
|
||||
`lagInFrame` behavior differs from the standard SQL `lag` window function.
|
||||
Clickhouse window function `lagInFrame` respects the window frame.
|
||||
To get behavior identical to the `lag`, use `rows between unbounded preceding and unbounded following`.
|
||||
To get behavior identical to the `lag`, use `ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING`.
|
||||
:::
|
||||
|
||||
**Syntax**
|
||||
|
Loading…
Reference in New Issue
Block a user