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

 

Syntax

LOG10(number)

 

Returns the base-10 logarithm of number, ie. log 10(number). 

 

Related