LOG(2, 5) : Log « Numerical Math Functions « Oracle PL/SQL Tutorial






SQL> select LOG(2, 5) from dual;

  LOG(2,5)
----------
2.32192809








14.14.Log
14.14.1.Log and Exponential Functions
14.14.2.Using the LOG function
14.14.3.Get the log of 8, base 2
14.14.4.LOG(2, 4)
14.14.5.LOG(2, 5)