Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ comment
- 包含特殊字符或中文字符的表名创建时必须用双引号 "" 括起来。
- 注意:SQL中特殊字符或中文表名需加双引号。原生API中无需额外添加,否则表名会包含引号字符。
- 当为表命名时,最外层的双引号(`""`)不会在实际创建的表名中出现。

- ```SQL
-- SQL 中
"a""b" --> a"b
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ comment
- 包含特殊字符或中文字符的表名创建时必须用双引号 "" 括起来。
- 注意:SQL中特殊字符或中文表名需加双引号。原生API中无需额外添加,否则表名会包含引号字符。
- 当为表命名时,最外层的双引号(`""`)不会在实际创建的表名中出现。

- ```SQL
-- SQL 中
"a""b" --> a"b
Expand Down