Returns the absolute value of a numeric expression.
ABS( numeric-expression )
numeric expression The number whose absolute value is to be returned.
SQL/2003 SQL foundation feature outside of core SQL.
The following statement returns the value 66.
SELECT ABS( -66 );