LOG10
Purpose
This function returns the logarithm of n
with base 10
.
Syntax
log10::=
Usage Notes
The number n
must be positive.
Example
SELECT LOG10(10000) LOG10;