ericpai commented on a change in pull request #4517:
URL: https://github.com/apache/iotdb/pull/4517#discussion_r766453410



##########
File path: 
docs/zh/UserGuide/IoTDB-SQL-Language/DML-Data-Manipulation-Language.md
##########
@@ -443,8 +480,10 @@ It costs 0.014s
 | 函数名 | 必要的属性参数                                               | 输出序列类型         
      | 功能描述                                                     |
 | ------ | ------------------------------------------------------------ | 
-------------------------- | 
------------------------------------------------------------ |
 | CONST  | `value`: 输出的数据点的值 <br />`type`: 输出的数据点的类型,只能是 INT32 / INT64 / FLOAT 
/ DOUBLE / BOOLEAN / TEXT | 由输入属性参数 `type` 决定 | 根据输入属性 `value` 和 `type` 
输出用户指定的常序列。        |
-| PI     | 无                                                           | 
DOUBLE                     | 常序列的值:`π` 的 `double` 值,圆的周长与其直径的比值,即圆周率,等于 
*Java标准库* 中的`Math.PI`。 |
-| E      | 无                                                           | 
DOUBLE                     | 常序列的值:`e` 的 `double` 值,自然对数的底,它等于 *Java 标准库*  中的 
`Math.E`。 |
+| PI     | 无                                                           | 
DOUBLE                     | 常序列的值:`π` 的 `double` 值,圆的周长与其直径的比值,即圆周率,等于 *
+Java标准库* 中的`Math.PI`。 |

Review comment:
       This is the fault of IDEA markdown auto-check. I have rewritten the docs.

##########
File path: 
docs/zh/UserGuide/IoTDB-SQL-Language/DML-Data-Manipulation-Language.md
##########
@@ -533,15 +586,16 @@ IoTDB 支持在 `select` 字句中执行由**数字常量,时间序列、算
 
 ```sql
 selectClause
-    : SELECT resultColumn (',' resultColumn)*
-    ;
+:
+SELECT resultColumn(',' resultColumn) *
+;
 
 resultColumn
-    : expression (AS ID)?
+: expression (AS ID)?

Review comment:
       This is the fault of IDEA markdown auto-check. I have rewritten the docs.




-- 
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]


Reply via email to