select abs(13.4) from dual;
SQL> SQL> select abs(13.4) from dual; ABS(13.4) ---------- 13.4 1 row selected. SQL> --