提交 b0ce854c authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Add example for ABS with inner CAST

上级 7fcdb558
......@@ -3672,7 +3672,8 @@ ABS(-2147483648) should be 2147483648, but this value is not allowed for this da
It leads to an exception.
To avoid it cast argument of this function to a higher data type.
","
ABS(ID)
ABS(VALUE)
ABS(CAST(VALUE AS BIGINT))
"
"Functions (Numeric)","ACOS","
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论