SQL>ABS() Syntax: ABS()SQL>SQL> SELECT 2 ABS(-100) negative, 3 ABS(100) positive from dual; NEGATIVE POSITIVE---------- ---------- 100 100