提交 0a68bfe2 authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Fix ABS and SIGN grammar

上级 d4ce176e
......@@ -3880,7 +3880,7 @@ ENVELOPE(X)
"
"Functions (Numeric)","ABS","
ABS(numeric|interval)
ABS( { numeric | interval } )
","
Returns the absolute value of a specified value.
The returned value is of the same data type as the parameter.
......@@ -4216,7 +4216,7 @@ CALL SECURE_RAND(16)
"
"Functions (Numeric)","SIGN","
SIGN(numeric|interval)
SIGN( { numeric | interval } )
","
Returns -1 if the value is smaller than 0, 0 if zero, and otherwise 1.
","
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论