See Also
Mathematical Functions
You are here:
SQL Reference
>
SQL Functions and Operators
>
Mathematical Functions and Operators
>
Mathematical Functions
>
LOG
LOG
LOG
Syntax
LOG(
number
)
Returns the natural logarithm of
number
, ie. log
e
(
number
) or ln(
number
).
Related
SQL Reference
SQL Functions and Operators