LOG10

The LOG10() function returns the natural logarithm of a number to base 10.

Syntax

LOG10(number)

Example

SELECT LOG10(3);

Returns: 0.477121254