LOG10

Description

Returns the base 10 logarithm of a number.

Syntax

LOG10(numeric_expression)

Examples

LOG10(100) returns 2.

Return value datatype

Double

Impact of null value

If input is null, returns null.