Mega Code Archive

 
Categories / Oracle PLSQL Tutorial / Numerical Math Functions
 

CEIL(5 8)

SQL>  select CEIL(5.8)  from dual;  CEIL(5.8) ----------          6