ABS returns the absolute value of a numeric expression.
ABS
Return Value
NUMBER
Syntax
ABS(n)
Arguments
n is any numeric expression.
n
Example
ABS(-15) returns the value 15.
ABS(-15)
15