See Also
You are here: SQL Reference > SQL Functions and Operators > Mathematical Functions and Operators > Mathematical Functions > LOG
ContentsIndexHome
PreviousUpNext
LOG
LOG

 

Syntax

LOG(number)

 

Returns the natural logarithm of number, ie. log e(number) or ln(number). 

 

Related