Skip to content

Commit 1404789

Browse files
authored
fix tablename rules (#849)
1 parent c3f307a commit 1404789

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/zh/UserGuide/Master/Table/Basic-Concept/Table-Management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ comment
6868
4. <TABLE_NAME>表名称,具有以下特性:
6969
- 大小写不敏感
7070
- 名称可包含特殊字符,如 `~!`"%` 等
71-
- 包含特殊字符如 or 中文字符的数据库名创建时必须用双引号 "" 括起来。
71+
- 包含特殊字符或中文字符的数据库名创建时必须用双引号 "" 括起来。
7272
- 当为表命名时,最外层的双引号(`""`)不会在实际创建的表名中出现。
7373
- ```SQL
7474
"a""b" --> a"b

src/zh/UserGuide/latest-Table/Basic-Concept/Table-Management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ comment
6868
4. <TABLE_NAME>表名称,具有以下特性:
6969
- 大小写不敏感
7070
- 名称可包含特殊字符,如 `~!`"%` 等
71-
- 包含特殊字符如 or 中文字符的数据库名创建时必须用双引号 "" 括起来。
71+
- 包含特殊字符或中文字符的数据库名创建时必须用双引号 "" 括起来。
7272
- 当为表命名时,最外层的双引号(`""`)不会在实际创建的表名中出现。
7373
- ```SQL
7474
"a""b" --> a"b

0 commit comments

Comments
 (0)