Skip to content
Merged
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
2 changes: 1 addition & 1 deletion src/UserGuide/Master/Table/SQL-Manual/Identifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In IoTDB, identifiers are used to represent the names of databases, tables, colu

## 1. Naming Rules

1. **Starting Character**: An identifier must begin with a letter.
1. **Starting Character**: An identifier must begin with a letter or an underscore.
2. **Subsequent Characters**: Identifiers can include letters, digits, and underscores.
3. **Special Characters**: If an identifier contains characters other than letters, digits, and underscores, it must be enclosed in double quotes (`"`).
4. **Escape Characters**: In double-quoted identifiers, a double quote character can be represented using two consecutive double quotes (`""`).
Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/latest-Table/SQL-Manual/Identifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In IoTDB, identifiers are used to represent the names of databases, tables, colu

## 1. Naming Rules

1. **Starting Character**: An identifier must begin with a letter.
1. **Starting Character**: An identifier must begin with a letter or an underscore.
2. **Subsequent Characters**: Identifiers can include letters, digits, and underscores.
3. **Special Characters**: If an identifier contains characters other than letters, digits, and underscores, it must be enclosed in double quotes (`"`).
4. **Escape Characters**: In double-quoted identifiers, a double quote character can be represented using two consecutive double quotes (`""`).
Expand Down
2 changes: 1 addition & 1 deletion src/zh/UserGuide/Master/Table/SQL-Manual/Identifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

## 1. 命名规则

- __开头字符__:标识符必须以字母开头
- __开头字符__:标识符必须以字母或下划线开头
- __后续字符__:可以包含字母、数字和下划线。
- __特殊字符__:如果标识符包含除字母、数字和下划线之外的其他字符,必须用双引号(`"`)括起来。
- __转义字符__:在双引号定界的标识符中,使用两个连续的双引号(`""`)来表示一个双引号字符。
Expand Down
2 changes: 1 addition & 1 deletion src/zh/UserGuide/latest-Table/SQL-Manual/Identifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

## 1. 命名规则

- __开头字符__:标识符必须以字母开头
- __开头字符__:标识符必须以字母或下划线开头
- __后续字符__:可以包含字母、数字和下划线。
- __特殊字符__:如果标识符包含除字母、数字和下划线之外的其他字符,必须用双引号(`"`)括起来。
- __转义字符__:在双引号定界的标识符中,使用两个连续的双引号(`""`)来表示一个双引号字符。
Expand Down