change documents

This commit is contained in:
Ganlin Zhao 2023-07-12 14:50:36 +08:00
parent 6783affce5
commit cef21f0ac0
2 changed files with 2 additions and 0 deletions

View File

@ -326,6 +326,7 @@ Note that only the information about the data blocks in the data file will be di
```sql
SHOW TAGS FROM child_table_name [FROM db_name];
SHOW TAGS FROM [db_name.]child_table_name;
```
Shows all tag information in a subtable.

View File

@ -269,6 +269,7 @@ Query OK, 24 row(s) in set (0.002444s)
```sql
SHOW TAGS FROM child_table_name [FROM db_name];
SHOW TAGS FROM [db_name.]child_table_name;
```
显示子表的标签信息。