Icon LOG10

Returns the base 10 logarithm of a number.

Syntax
LOG10(<NumericExpression>)

<NumericExpression> =

Type of:

SMALLINT
INTEGER|INT
BIGINT
FLOAT
DECIMAL|NUMERIC

Returns
FLOAT

Usage
The LOG10 function returns the base 10 logarithm of a number.

SQL 2003 Standard Deviations
This function deviates from the SQL 2003 standard in the following ways:

DeviationDetails
ExtensionThis function is an ElevateDB extension.
Image