September 2000
Intermediate to advanced
418 pages
11h 5m
English
| LOG |
LOG(m,n) |
Returns the base m logarithm of the number n.
m
Specifies a positive number other than or 1 that represents the logarithm base.
n
Specifies a number, which must be positive, for which you want the base m logarithm.
SQL> SELECT LOG(10,10000) FROM dual;
LOG(10,10000)
-------------
4
Read now
Unlock full access