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
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This command is used to create a database.
**Note: **

1. `<DATABASE_NAME>`: The name of the database, with the following characteristics:
- Case-insensitive.
- Case-insensitive. After creation, it will be displayed uniformly in lowercase.
- Can include commas (`,`), underscores (`_`), numbers, letters, and Chinese characters.
- Maximum length is 64 characters.
- Names with special characters or Chinese characters must be enclosed in double quotes (`""`).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ comment
2. Column categories default to `FIELD` if not specified. `TAG` and `ATTRIBUTE` columns must be of type `STRING`.
3. Table `TTL` defaults to the database `TTL`. You can omit this property or set it to `default` if the default value is used.
4. `<TABLE_NAME>`:
1. Case-insensitive.
1. Case-insensitive. After creation, it will be displayed uniformly in lowercase.
2. Can include special characters such as `~!`"`%`, etc.
3. Names with special or Chinese characters must be enclosed in double quotes (`""`).
4. Outer double quotes are not retained in the final table name. For example: `"a""b"` becomes `a"b`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This command is used to create a database.
**Note: **

1. `<DATABASE_NAME>`: The name of the database, with the following characteristics:
- Case-insensitive.
- Case-insensitive. After creation, it will be displayed uniformly in lowercase.
- Can include commas (`,`), underscores (`_`), numbers, letters, and Chinese characters.
- Maximum length is 64 characters.
- Names with special characters or Chinese characters must be enclosed in double quotes (`""`).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ comment
2. Column categories default to `FIELD` if not specified. `TAG` and `ATTRIBUTE` columns must be of type `STRING`.
3. Table `TTL` defaults to the database `TTL`. You can omit this property or set it to `default` if the default value is used.
4. `<TABLE_NAME>`:
1. Case-insensitive.
1. Case-insensitive. After creation, it will be displayed uniformly in lowercase.
2. Can include special characters such as `~!`"`%`, etc.
3. Names with special or Chinese characters must be enclosed in double quotes (`""`).
4. Outer double quotes are not retained in the final table name. For example: `"a""b"` becomes `a"b`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
**说明:**

1. <DATABASE_NAME> 数据库名称,具有以下特性:
- 大小写不敏感
- 大小写不敏感,创建成功后,统一显示为小写
- 名称的长度不得超过 64 个字符。
- 名称中包含下划线(_)、数字(非开头)、英文字母可以直接创建
- 名称中包含特殊字符(如`)、中文字符、数字开头时,必须用双引号 "" 括起来。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ comment
2. 列的类别可以省略,默认为`FIELD`。当列的类别为`TAG`或`ATTRIBUTE`时,数据类型需为`STRING`(可省略)。
3. 表的TTL默认为其所在数据库的TTL。如果使用默认值,可以省略此属性,或将其设置为`default`。
4. <TABLE_NAME>表名称,具有以下特性:
- 大小写不敏感
- 大小写不敏感,创建成功后,统一显示为小写
- 名称可包含特殊字符,如 `~!`"%` 等
- 包含特殊字符如 or 中文字符的数据库名创建时必须用双引号 "" 括起来。
- 当为表命名时,最外层的双引号(`""`)不会在实际创建的表名中出现。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
**说明:**

1. <DATABASE_NAME> 数据库名称,具有以下特性:
- 大小写不敏感
- 大小写不敏感,创建成功后,统一显示为小写
- 名称的长度不得超过 64 个字符。
- 名称中包含下划线(_)、数字(非开头)、英文字母可以直接创建
- 名称中包含特殊字符(如`)、中文字符、数字开头时,必须用双引号 "" 括起来。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ comment
2. 列的类别可以省略,默认为`FIELD`。当列的类别为`TAG`或`ATTRIBUTE`时,数据类型需为`STRING`(可省略)。
3. 表的TTL默认为其所在数据库的TTL。如果使用默认值,可以省略此属性,或将其设置为`default`。
4. <TABLE_NAME>表名称,具有以下特性:
- 大小写不敏感
- 大小写不敏感,创建成功后,统一显示为小写
- 名称可包含特殊字符,如 `~!`"%` 等
- 包含特殊字符如 or 中文字符的数据库名创建时必须用双引号 "" 括起来。
- 当为表命名时,最外层的双引号(`""`)不会在实际创建的表名中出现。
Expand Down