qiaojialin commented on code in PR #505:
URL: https://github.com/apache/iotdb-docs/pull/505#discussion_r1907287201
##########
src/zh/UserGuide/Master/Table/Basic-Concept/Database&Table-Management.md:
##########
@@ -37,9 +37,10 @@
1. <DATABASE_NAME> 数据库名称,具有以下特性:
- 大小写不敏感
- - 名称只能包含逗号(`,`)、下划线(`_`)、数字、英文字母以及中文字符。
- 名称的长度不得超过 64 个字符。
- - 包含特殊字符如 `'`or 中文字符的数据库名创建时必须用双引号 "" 括起来。
+ - 名称中包含下划线(_)、数字(非开头)、英文字母可以直接创建
+ - 名称中包含特殊字符如`or 中文字符or数字开头的创建时必须用双引号 "" 括起来。
Review Comment:
```suggestion
- 名称中包含特殊字符(如`)、中文字符、数字开头时,必须用双引号 "" 括起来。
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]