Mega Code Archive

 
Categories / Oracle PLSQL / Numeric Math Functions
 

Syntax

SQL> SQL> SQL> SELECT ROUND(109.09 ,1) rounded from dual;    ROUNDED ----------      109.1