blob: b71baf542f924f9c6981646d31f5b5440db800db [file] [log] [blame]
log10(x) - Returns the logarithm of x with base 10
Example:
> SELECT log10(10) FROM src LIMIT 1;
1