ABS(numeric_exp)

Returns the absolute value of numeric_exp.

 

Example:

SELECT ABS(-123456) returns 123456