docs: Select - fixed typo

Fixed typo in Select documentation around _WDURATION.
This commit is contained in:
Sean Ely 2022-08-22 14:18:01 -07:00 committed by GitHub
parent 9a7d8cfcdc
commit e30307aab7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -171,8 +171,8 @@ The \_QSTART and \_QEND pseudocolumns contain the beginning and end of the time
The \_QSTART and \_QEND pseudocolumns cannot be used in a WHERE clause. The \_QSTART and \_QEND pseudocolumns cannot be used in a WHERE clause.
**\_WSTART, \_WEND, and \_DURATION** **\_WSTART, \_WEND, and \_WDURATION**
\_WSTART, \_WEND, and \_WDURATION pseudocolumns
The \_WSTART, \_WEND, and \_WDURATION pseudocolumns indicate the beginning, end, and duration of a window. The \_WSTART, \_WEND, and \_WDURATION pseudocolumns indicate the beginning, end, and duration of a window.
These pseudocolumns can be used only in time window-based aggregations and must occur after the aggregation clause. These pseudocolumns can be used only in time window-based aggregations and must occur after the aggregation clause.