We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f307a commit 1404789Copy full SHA for 1404789
2 files changed
src/zh/UserGuide/Master/Table/Basic-Concept/Table-Management.md
@@ -68,7 +68,7 @@ comment
68
4. <TABLE_NAME>表名称,具有以下特性:
69
- 大小写不敏感
70
- 名称可包含特殊字符,如 `~!`"%` 等
71
- - 包含特殊字符如 or 中文字符的数据库名创建时必须用双引号 "" 括起来。
+ - 包含特殊字符或中文字符的数据库名创建时必须用双引号 "" 括起来。
72
- 当为表命名时,最外层的双引号(`""`)不会在实际创建的表名中出现。
73
- ```SQL
74
"a""b" --> a"b
src/zh/UserGuide/latest-Table/Basic-Concept/Table-Management.md
0 commit comments