Mega Code Archive

 
Categories / Oracle PLSQL Tutorial / Numerical Math Functions
 

Select ln(32)

SQL> SQL> select ln(32)   2  from   dual;     LN(32) ----------  3.4657359 SQL>