Returns the natural logarithm of a number.
LN is an alias of LOG.
LOG ( numeric-expression )
numeric-expression The number.
The following statement returns the value 3.912023:
SELECT LOG( 50 ) FROM iq_dummy
SQL92 Vendor extension.
Sybase Compatible with Adaptive Server Enterprise.
“LOG10 function [Numeric]”