[TD-2639] <docs>: must set up at least one tag to create super table.
This commit is contained in:
parent
0e7f846b5c
commit
f0137c9864
|
@ -135,7 +135,7 @@ TDengine缺省的时间戳是毫秒精度,但通过修改配置参数enableMic
|
|||
1) TAGS 列的数据类型不能是timestamp类型;
|
||||
2) TAGS 列名不能与其他列名相同;
|
||||
3) TAGS 列名不能为预留关键字;
|
||||
4) TAGS 最多允许128个,可以0个,总长度不超过16k个字符
|
||||
4) TAGS 最多允许128个,至少1个,总长度不超过16k个字符。
|
||||
|
||||
- **删除超级表**
|
||||
|
||||
|
|
Loading…
Reference in New Issue