From dbd1cab805fada32b2811325ca8b2ca3f762a411 Mon Sep 17 00:00:00 2001 From: gccgdb1234 Date: Tue, 14 Jun 2022 12:03:06 +0800 Subject: [PATCH] docs: resolve one sql error --- docs/en/12-taos-sql/12-keywords.md | 1 + docs/zh/12-taos-sql/12-keywords/index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/en/12-taos-sql/12-keywords.md b/docs/en/12-taos-sql/12-keywords.md index b01ff4c648..fb7bb02bff 100644 --- a/docs/en/12-taos-sql/12-keywords.md +++ b/docs/en/12-taos-sql/12-keywords.md @@ -281,6 +281,7 @@ There are about 200 keywords reserved by TDengine, they can't be used as the nam Get the table name and tag values of all subtables in a STable. ```mysql SELECT TBNAME, location FROM meters; +``` Count the number of subtables in a STable. ```mysql diff --git a/docs/zh/12-taos-sql/12-keywords/index.md b/docs/zh/12-taos-sql/12-keywords/index.md index 91dd601ad6..f7a6107791 100644 --- a/docs/zh/12-taos-sql/12-keywords/index.md +++ b/docs/zh/12-taos-sql/12-keywords/index.md @@ -321,6 +321,7 @@ title: TDengine 参数限制与保留关键字 获取一个超级表所有的子表名及相关的标签信息: ```mysql SELECT TBNAME, location FROM meters; +``` 统计超级表下辖子表数量: ```mysql -- GitLab