From e30307aab7fd93ffff763030f6bf021f958512fe Mon Sep 17 00:00:00 2001 From: Sean Ely <105326513+sean-tdengine@users.noreply.github.com> Date: Mon, 22 Aug 2022 14:18:01 -0700 Subject: [PATCH] docs: Select - fixed typo Fixed typo in Select documentation around _WDURATION. --- docs/en/12-taos-sql/06-select.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/12-taos-sql/06-select.md b/docs/en/12-taos-sql/06-select.md index 439205696b..1dd0caed38 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.