Update lagInFrame.md

This commit is contained in:
Denny Crane 2024-11-26 09:24:42 -04:00 committed by GitHub
parent 0ebee19f2e
commit 5b1bdef54f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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**