fix docs
This commit is contained in:
parent
cef21f0ac0
commit
21decf310f
|
@ -51,6 +51,11 @@ DESCRIBE [db_name.]stb_name;
|
||||||
|
|
||||||
### View tag information for all child tables in the supertable
|
### View tag information for all child tables in the supertable
|
||||||
|
|
||||||
|
```
|
||||||
|
SHOW TABLE TAGS FROM table_name [FROM db_name];
|
||||||
|
SHOW TABLE TAGS FROM [db_name.]table_name;
|
||||||
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
taos> SHOW TABLE TAGS FROM st1;
|
taos> SHOW TABLE TAGS FROM st1;
|
||||||
tbname | id | loc |
|
tbname | id | loc |
|
||||||
|
|
|
@ -51,6 +51,11 @@ DESCRIBE [db_name.]stb_name;
|
||||||
|
|
||||||
### 获取超级表中所有子表的标签信息
|
### 获取超级表中所有子表的标签信息
|
||||||
|
|
||||||
|
```
|
||||||
|
SHOW TABLE TAGS FROM table_name [FROM db_name];
|
||||||
|
SHOW TABLE TAGS FROM [db_name.]table_name;
|
||||||
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
taos> SHOW TABLE TAGS FROM st1;
|
taos> SHOW TABLE TAGS FROM st1;
|
||||||
tbname | id | loc |
|
tbname | id | loc |
|
||||||
|
|
Loading…
Reference in New Issue