This is an automated email from the ASF dual-hosted git repository.

haonan 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 9add039  adjust the description of syntax-rule doc (#154)
9add039 is described below

commit 9add03978e69436f91f2bfd6b2c3a5f3613715c4
Author: wanghui42 <[email protected]>
AuthorDate: Sun Jan 28 16:52:08 2024 +0800

    adjust the description of syntax-rule doc (#154)
---
 src/UserGuide/Master/User-Manual/Syntax-Rule.md    | 3 +--
 src/UserGuide/latest/User-Manual/Syntax-Rule.md    | 3 +--
 src/zh/UserGuide/Master/User-Manual/Syntax-Rule.md | 5 ++---
 src/zh/UserGuide/latest/User-Manual/Syntax-Rule.md | 5 ++---
 4 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/src/UserGuide/Master/User-Manual/Syntax-Rule.md 
b/src/UserGuide/Master/User-Manual/Syntax-Rule.md
index 4567a6f..83ec978 100644
--- a/src/UserGuide/Master/User-Manual/Syntax-Rule.md
+++ b/src/UserGuide/Master/User-Manual/Syntax-Rule.md
@@ -276,8 +276,7 @@ Examples of case in which quoted identifier is used :
 
 - The key/value of an attribute can be String Literal and identifier, more 
details can be found at **key-value pair** part. 
   
-- Time series path supports the creation of hierarchical paths containing "*" 
for paths other than the database level, e.g. root.db.`*`.
-
+- Nodes except database in the path are allowed to contain the "*" symbol, 
when using this symbol it is required to enclose the node in backquotes, e.g., 
root.db.`*`, but this usage is only recommended when the path cannot avoid 
containing the "*" symbol. 
 
 ## KeyWords Words
 
diff --git a/src/UserGuide/latest/User-Manual/Syntax-Rule.md 
b/src/UserGuide/latest/User-Manual/Syntax-Rule.md
index 4567a6f..83ec978 100644
--- a/src/UserGuide/latest/User-Manual/Syntax-Rule.md
+++ b/src/UserGuide/latest/User-Manual/Syntax-Rule.md
@@ -276,8 +276,7 @@ Examples of case in which quoted identifier is used :
 
 - The key/value of an attribute can be String Literal and identifier, more 
details can be found at **key-value pair** part. 
   
-- Time series path supports the creation of hierarchical paths containing "*" 
for paths other than the database level, e.g. root.db.`*`.
-
+- Nodes except database in the path are allowed to contain the "*" symbol, 
when using this symbol it is required to enclose the node in backquotes, e.g., 
root.db.`*`, but this usage is only recommended when the path cannot avoid 
containing the "*" symbol. 
 
 ## KeyWords Words
 
diff --git a/src/zh/UserGuide/Master/User-Manual/Syntax-Rule.md 
b/src/zh/UserGuide/Master/User-Manual/Syntax-Rule.md
index c70bb41..7b74d14 100644
--- a/src/zh/UserGuide/Master/User-Manual/Syntax-Rule.md
+++ b/src/zh/UserGuide/Master/User-Manual/Syntax-Rule.md
@@ -272,9 +272,8 @@ create schema template `t1't"t`
 
 - 用于表示键值对,键值对的键和值可以被定义成常量(包括字符串)或者标识符,具体请参考键值对章节。
   
-- 时间序列路径中对于 database 级别以外的层级路径支持含有"*"创建,如 root.db.`*`。
-
-
+- 
路径中非database的节点允许含有“*”符号,在使用时需要把该节点用反引号括起来,如root.db.`*`,但是此种用法只建议在路径中不可避免含有“*”时使用。
+  
 ## 关键字
 
 关键字是在 SQL 具有特定含义的词,可以作为标识符。保留字是关键字的一个子集,保留字不能用于标识符。
diff --git a/src/zh/UserGuide/latest/User-Manual/Syntax-Rule.md 
b/src/zh/UserGuide/latest/User-Manual/Syntax-Rule.md
index c70bb41..7b74d14 100644
--- a/src/zh/UserGuide/latest/User-Manual/Syntax-Rule.md
+++ b/src/zh/UserGuide/latest/User-Manual/Syntax-Rule.md
@@ -272,9 +272,8 @@ create schema template `t1't"t`
 
 - 用于表示键值对,键值对的键和值可以被定义成常量(包括字符串)或者标识符,具体请参考键值对章节。
   
-- 时间序列路径中对于 database 级别以外的层级路径支持含有"*"创建,如 root.db.`*`。
-
-
+- 
路径中非database的节点允许含有“*”符号,在使用时需要把该节点用反引号括起来,如root.db.`*`,但是此种用法只建议在路径中不可避免含有“*”时使用。
+  
 ## 关键字
 
 关键字是在 SQL 具有特定含义的词,可以作为标识符。保留字是关键字的一个子集,保留字不能用于标识符。

Reply via email to