提交 dbd1cab8 编写于 作者: G gccgdb1234

docs: resolve one sql error

上级 125bc0ea
...@@ -281,6 +281,7 @@ There are about 200 keywords reserved by TDengine, they can't be used as the nam ...@@ -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. Get the table name and tag values of all subtables in a STable.
```mysql ```mysql
SELECT TBNAME, location FROM meters; SELECT TBNAME, location FROM meters;
```
Count the number of subtables in a STable. Count the number of subtables in a STable.
```mysql ```mysql
......
...@@ -321,6 +321,7 @@ title: TDengine 参数限制与保留关键字 ...@@ -321,6 +321,7 @@ title: TDengine 参数限制与保留关键字
获取一个超级表所有的子表名及相关的标签信息: 获取一个超级表所有的子表名及相关的标签信息:
```mysql ```mysql
SELECT TBNAME, location FROM meters; SELECT TBNAME, location FROM meters;
```
统计超级表下辖子表数量: 统计超级表下辖子表数量:
```mysql ```mysql
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册