This is an automated email from the ASF dual-hosted git repository.
critas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 14047899 fix tablename rules (#849)
14047899 is described below
commit 14047899200f6085a928a5014c5dacebde5624eb
Author: leto-b <[email protected]>
AuthorDate: Thu Aug 28 17:05:08 2025 +0800
fix tablename rules (#849)
---
src/zh/UserGuide/Master/Table/Basic-Concept/Table-Management.md | 2 +-
src/zh/UserGuide/latest-Table/Basic-Concept/Table-Management.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/zh/UserGuide/Master/Table/Basic-Concept/Table-Management.md
b/src/zh/UserGuide/Master/Table/Basic-Concept/Table-Management.md
index 03929683..62788de7 100644
--- a/src/zh/UserGuide/Master/Table/Basic-Concept/Table-Management.md
+++ b/src/zh/UserGuide/Master/Table/Basic-Concept/Table-Management.md
@@ -68,7 +68,7 @@ comment
4. <TABLE_NAME>表名称,具有以下特性:
- 大小写不敏感
- 名称可包含特殊字符,如 `~!`"%` 等
- - 包含特殊字符如 or 中文字符的数据库名创建时必须用双引号 "" 括起来。
+ - 包含特殊字符或中文字符的数据库名创建时必须用双引号 "" 括起来。
- 当为表命名时,最外层的双引号(`""`)不会在实际创建的表名中出现。
- ```SQL
"a""b" --> a"b
diff --git a/src/zh/UserGuide/latest-Table/Basic-Concept/Table-Management.md
b/src/zh/UserGuide/latest-Table/Basic-Concept/Table-Management.md
index 03929683..62788de7 100644
--- a/src/zh/UserGuide/latest-Table/Basic-Concept/Table-Management.md
+++ b/src/zh/UserGuide/latest-Table/Basic-Concept/Table-Management.md
@@ -68,7 +68,7 @@ comment
4. <TABLE_NAME>表名称,具有以下特性:
- 大小写不敏感
- 名称可包含特殊字符,如 `~!`"%` 等
- - 包含特殊字符如 or 中文字符的数据库名创建时必须用双引号 "" 括起来。
+ - 包含特殊字符或中文字符的数据库名创建时必须用双引号 "" 括起来。
- 当为表命名时,最外层的双引号(`""`)不会在实际创建的表名中出现。
- ```SQL
"a""b" --> a"b