Last updated 1 year ago
Returns the base 10 logarithm of a number ().
LOG10( expression )
expression: Numeric expression, must be positive.
expression
Float.
SELECT LOG10(5)
LOG10(5) | -----------------+ 0.698970004336019|