Skip to content

Commit

Permalink
adjust the description of syntax-rule doc (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghui42 authored Jan 28, 2024
1 parent 839b15e commit 9add039
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
3 changes: 1 addition & 2 deletions src/UserGuide/Master/User-Manual/Syntax-Rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 1 addition & 2 deletions src/UserGuide/latest/User-Manual/Syntax-Rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 2 additions & 3 deletions src/zh/UserGuide/Master/User-Manual/Syntax-Rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,8 @@ create schema template `t1't"t`

- 用于表示键值对,键值对的键和值可以被定义成常量(包括字符串)或者标识符,具体请参考键值对章节。

- 时间序列路径中对于 database 级别以外的层级路径支持含有"*"创建,如 root.db.`*`


- 路径中非database的节点允许含有“*”符号,在使用时需要把该节点用反引号括起来,如root.db.`*`,但是此种用法只建议在路径中不可避免含有“*”时使用。

## 关键字

关键字是在 SQL 具有特定含义的词,可以作为标识符。保留字是关键字的一个子集,保留字不能用于标识符。
Expand Down
5 changes: 2 additions & 3 deletions src/zh/UserGuide/latest/User-Manual/Syntax-Rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,8 @@ create schema template `t1't"t`

- 用于表示键值对,键值对的键和值可以被定义成常量(包括字符串)或者标识符,具体请参考键值对章节。

- 时间序列路径中对于 database 级别以外的层级路径支持含有"*"创建,如 root.db.`*`


- 路径中非database的节点允许含有“*”符号,在使用时需要把该节点用反引号括起来,如root.db.`*`,但是此种用法只建议在路径中不可避免含有“*”时使用。

## 关键字

关键字是在 SQL 具有特定含义的词,可以作为标识符。保留字是关键字的一个子集,保留字不能用于标识符。
Expand Down

0 comments on commit 9add039

Please sign in to comment.