docs: add sub-table name by rule note (#17160)

This commit is contained in:
Shuduo Sang 2022-09-29 18:14:51 +08:00 committed by GitHub
parent 74c5bf9bd0
commit e8d2a30aa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -72,3 +72,7 @@ taos> select * from collectd.memory_value limit 10;
Query OK, 10 row(s) in set (0.010348s)
```
:::note
- TDengine will automatically create unique IDs for sub-table names by the rule.
:::

View File

@ -72,3 +72,7 @@ taos> select * from collectd.memory_value limit 10;
Query OK, 10 row(s) in set (0.010348s)
```
:::note
- TDengine 默认生成的子表名是根据规则生成的唯一 ID 值。
:::