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