diff --git a/docs/en/12-taos-sql/06-select.md b/docs/en/12-taos-sql/06-select.md index 439205696b3012c17865898d50635ee0fed580ab..1dd0caed38235d3d10813b2cd74fec6446c5ec24 100644 --- a/docs/en/12-taos-sql/06-select.md +++ b/docs/en/12-taos-sql/06-select.md @@ -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. -**\_WSTART, \_WEND, and \_DURATION** -\_WSTART, \_WEND, and \_WDURATION pseudocolumns +**\_WSTART, \_WEND, and \_WDURATION** + 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.