Returns the base 10 logarithm of a number.
Syntax
LOG10 ( numeric-expression )
Parameters
ParametersParameter
|
Description
|
numeric-expression
|
The number.
|
Returns
This function converts its argument to DOUBLE, and performs the computation in double-precision floating point. If the parameter is NULL, the result is NULL.
Example
The following statement returns the value 1.698970.
SELECT LOG10( 50 ) FROM iq_dummy
Standards and Compatibility