ABS(10) : ABS « Numerical Math Functions « Oracle PL/SQL Tutorial






SQL> select ABS(10) from dual;

   ABS(10)
----------
        10








14.2.ABS
14.2.1.ABS(x) gets the absolute value of x
14.2.2.ABS(10)
14.2.3.ABS(-10) (2)
14.2.4.Use ABS for column data
14.2.5.SQRT and ABS