Mega Code Archive
Categories
/
Oracle PLSQL Tutorial
/
Numerical Math Functions
ROUND(5 75, -1) (2)
SQL> select ROUND(5.75, -1) from dual; ROUND(5.75,-1) -------------- 10