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