未验证 提交 c8205589 编写于 作者: W wade zhang 提交者: GitHub

Merge pull request #14713 from taosdata/yu285-patch-1

docs: update taos sql
......@@ -55,8 +55,17 @@ title: JSON 类型使用说明
4. 标签操作
支持修改 json 标签值(全量覆盖)
```
alter table s1_1 set tag info = '{"k1": "v2"}';
```
支持修改 json 标签名
```
alter stable s1 change tag info info2 ;
```
不支持添加 json 标签、删除 json 标签、修改 json 标签列宽
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册