LOG10 function [Numeric]

Function

Returns the base 10 logarithm of a number.

Syntax

LOG10numeric-expression )

Parameters

numeric-expression The number.

Example

The following statement returns the value 1.698970.

SELECT LOG10( 50 ) FROM iq_dummy

Standards and compatibility

See also

“LOG function [Numeric]”