Last updated 1 year ago
Returns the natural logarithm of a number ().
LOG( expression [, base ] )
expression: Numeric expression.
expression
base (optional): Base to calculate the logarithm of a number, it is Euler by default.
base
Float.
SELECT LOG(8, 2)
LOG(8, 2) | -----------+ 3|