This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new d26c9229 Modify the database name description in Database and Table
Management (#515)
d26c9229 is described below
commit d26c92296bc6d5c3ca0717ff54ee40d63fcb1fd2
Author: W1y1r <[email protected]>
AuthorDate: Sun Jan 12 21:59:32 2025 +0800
Modify the database name description in Database and Table Management (#515)
---
.../Master/Table/Basic-Concept/Database&Table-Management.md | 5 +++--
.../V2.0.1/Table/Basic-Concept/Database&Table-Management.md | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git
a/src/zh/UserGuide/Master/Table/Basic-Concept/Database&Table-Management.md
b/src/zh/UserGuide/Master/Table/Basic-Concept/Database&Table-Management.md
index 2285cc86..bda270cd 100644
--- a/src/zh/UserGuide/Master/Table/Basic-Concept/Database&Table-Management.md
+++ b/src/zh/UserGuide/Master/Table/Basic-Concept/Database&Table-Management.md
@@ -37,9 +37,10 @@
1. <DATABASE_NAME> 数据库名称,具有以下特性:
- 大小写不敏感
- - 名称只能包含逗号(`,`)、下划线(`_`)、数字、英文字母以及中文字符。
- 名称的长度不得超过 64 个字符。
- - 包含特殊字符如 `'`or 中文字符的数据库名创建时必须用双引号 "" 括起来。
+ - 名称中包含下划线(_)、数字(非开头)、英文字母可以直接创建
+ - 名称中包含特殊字符(如`)、中文字符、数字开头时,必须用双引号 "" 括起来。
+
2. WITH properties 子句可配置如下属性:
> 注:属性的大小写不敏感,且暂不支持修改,有关详细信息[大小写敏感规则](../SQL-Manual/Identifier.md#大小写敏感性)。
diff --git
a/src/zh/UserGuide/V2.0.1/Table/Basic-Concept/Database&Table-Management.md
b/src/zh/UserGuide/V2.0.1/Table/Basic-Concept/Database&Table-Management.md
index 2285cc86..bda270cd 100644
--- a/src/zh/UserGuide/V2.0.1/Table/Basic-Concept/Database&Table-Management.md
+++ b/src/zh/UserGuide/V2.0.1/Table/Basic-Concept/Database&Table-Management.md
@@ -37,9 +37,10 @@
1. <DATABASE_NAME> 数据库名称,具有以下特性:
- 大小写不敏感
- - 名称只能包含逗号(`,`)、下划线(`_`)、数字、英文字母以及中文字符。
- 名称的长度不得超过 64 个字符。
- - 包含特殊字符如 `'`or 中文字符的数据库名创建时必须用双引号 "" 括起来。
+ - 名称中包含下划线(_)、数字(非开头)、英文字母可以直接创建
+ - 名称中包含特殊字符(如`)、中文字符、数字开头时,必须用双引号 "" 括起来。
+
2. WITH properties 子句可配置如下属性:
> 注:属性的大小写不敏感,且暂不支持修改,有关详细信息[大小写敏感规则](../SQL-Manual/Identifier.md#大小写敏感性)。