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