Calculates the base 10 logarithm of the specified number.
log10(approx_numeric)
select log10(20)
-------------------- 1.301030
See also Transact-SQL Users Guide.
ANSI SQL – Compliance level: Transact-SQL extension.
Any user can execute log10.