Mega Code Archive

 
Categories / Oracle PLSQL / Numeric Math Functions
 

Select ceil( 10 00000000001 ) from dual

SQL> SQL> SQL> select ceil( 10.00000000001 )  from dual; CEIL(10.00000000001) --------------------                   11 1 row selected. SQL> --