fix typo in taos sql md file

This commit is contained in:
Ping Xiao 2020-08-09 23:25:43 +08:00
parent 87ae9756e7
commit 9ccdaec95d
1 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,7 @@ TDengine缺省的时间戳是毫秒精度但通过修改配置参数enableMic
```mysql
DROP TABLE [IF EXISTS] stb_name;
```
删除STable会自动删除通过STable创建的表。
删除STable会自动删除通过STable创建的表。
- **显示当前数据库下的所有超级表信息**
@ -206,7 +206,7 @@ TDengine缺省的时间戳是毫秒精度但通过修改配置参数enableMic
```
修改超级表的标签名,从超级表修改某个标签名后,该超级表下的所有子表也会自动更新该标签名。
- **修改表标签值**
- **修改表标签值**
```mysql
ALTER TABLE tb_name SET TAG tag_name=new_tag_value;