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

Merge pull request #14715 from taosdata/yu285-patch-2

docs: update json tag
......@@ -52,9 +52,20 @@ title: JSON Type
4. Tag Operations
The value of a JSON tag can be altered. Please note that the full JSON will be overriden when doing this.
The value of a JSON tag can be altered. Please note that the full JSON will be overriden when doing this:
```sql
alter table s1_1 set tag info = '{"k1": "v2"}';
```
The name of a JSON tag can be altered:
```sql
alter stable s1 change tag info info2 ;
```
A tag of JSON type can't be added or removed. The column length of a JSON tag can't be changed.
The name of a JSON tag can be altered. A tag of JSON type can't be added or removed. The column length of a JSON tag can't be changed.
## Other Restrictions
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册