version 11
LOG (arithmetic_expression)
Description
The LOG function returns the natural logarithm of the arithmetic_expression.
Example
This example returns the natural logarithm of 50:
SELECT LOG( 50 );
See Also
LOG10.