April 2008
Intermediate to advanced
566 pages
21h 55m
English
EXP()
EXP(number)This function returns the value of the natural logarithm base number e to the power of the given number.
SELECT EXP(1); +----------+ | EXP(1) | +----------+ | 2.718282 | +----------+
Read now
Unlock full access