docs: Select - fixed typo
Fixed typo in Select documentation around _WDURATION.
This commit is contained in:
parent
9a7d8cfcdc
commit
e30307aab7
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue