提交 28ac20dd authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Fix two minor mistakes in help.csv

上级 810e054f
...@@ -19,7 +19,7 @@ FROM tableExpression [,...] [ WHERE expression ] ...@@ -19,7 +19,7 @@ FROM tableExpression [,...] [ WHERE expression ]
"," ","
Selects data from a table or multiple tables. Selects data from a table or multiple tables.
GROUP BY groups the the result by the given expression(s). GROUP BY groups the the result by the given expression(s).
HAVING filter rows after grouping. HAVING filters rows after grouping.
ORDER BY sorts the result by the given column(s) or expression(s). ORDER BY sorts the result by the given column(s) or expression(s).
UNION combines the result of this query with the results of another query. UNION combines the result of this query with the results of another query.
...@@ -4529,7 +4529,7 @@ LOCALTIME(9) ...@@ -4529,7 +4529,7 @@ LOCALTIME(9)
CURRENT_TIMESTAMP [ (int) ] CURRENT_TIMESTAMP [ (int) ]
"," ","
Returns the current timestamp with time zone. Returns the current timestamp with time zone.
Time zone offset is set to a current time zone offset Time zone offset is set to a current time zone offset.
If fractional seconds precision is specified it should be from 0 to 9, 6 is default. If fractional seconds precision is specified it should be from 0 to 9, 6 is default.
The specified value can be used only to limit precision of a result. The specified value can be used only to limit precision of a result.
The actual maximum available precision depends on operating system and JVM and can be 3 (milliseconds) or higher. The actual maximum available precision depends on operating system and JVM and can be 3 (milliseconds) or higher.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论