LOG10 function

The LOG10 numeric function returns the logarithm to base 10 of a given value.

Syntax

The LOG10 function returns the logarithm to base 10 of the value specified by NumericExpression. The parameter can be any built-in numeric data type. The result is FLOAT unless the parameter is NULL, in which case the result is NULL.

Related concepts
ESQL

Related tasks
Developing ESQL

Related reference
Syntax preference
ESQL numeric functions