April 2008
Intermediate to advanced
566 pages
21h 55m
English
LN()
LN(number)This function returns the natural logarithm of its input. Here is an example:
SELECT LN(5); +----------+ | LN(5) | +----------+ | 1.609438 | +----------+
Read now
Unlock full access