Skip Headers
abs::=
ABS returns the absolute value of n.
ABS
n
The following example returns the absolute value of -15:
SELECT ABS(-15) "Absolute" FROM DUAL; Absolute ---------- 15