Mega Code Archive

 
Categories / Oracle PLSQL / Numeric Math Functions
 

ROUND with precision

SQL> SQL> SQL> --Consider the following example: SQL> SQL> SELECT ROUND(44.647, 2) AS POSITIVE FROM Dual;   POSITIVE ----------      44.65 SQL>