Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回数字表达式的绝对值。
ABS( numeric-expression )
numeric-expression 要返回其绝对值的数字。
数字表达式的绝对值。
INT
FLOAT
DOUBLE
NUMERIC
SQL/2008 ABS 函数是可选 SQL/2008 语言功能 T441 的一部分。
以下语句返回值 66。
SELECT ABS( -66 );