Merge pull request #16314 from taosdata/sean-tdengine-patch-54

docs: Time-Series Extensions - added pseudocolumns
This commit is contained in:
wade zhang 2022-08-23 09:16:41 +08:00 committed by GitHub
commit 43d632387f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -58,6 +58,15 @@ The following restrictions apply:
- The window clause cannot be used with a GROUP BY clause. - The window clause cannot be used with a GROUP BY clause.
- `WHERE` clause can be used to specify the starting and ending time and other filter conditions - `WHERE` clause can be used to specify the starting and ending time and other filter conditions
### Window Pseudocolumns
**\_WSTART, \_WEND, and \_WDURATION**
The \_WSTART, \_WEND, and \_WDURATION pseudocolumns indicate the beginning, end, and duration of a window.
These pseudocolumns occur after the aggregation clause.
### FILL Clause ### FILL Clause
`FILL` clause is used to specify how to fill when there is data missing in any window, including: `FILL` clause is used to specify how to fill when there is data missing in any window, including: