ASA SQL Reference
SQL Functions
Alphabetical list of functions
Returns the natural logarithm of a number.
LOG ( numeric-expression )
numeric-expression The number.
SQL/92 Vendor extension.
SQL/99 Vendor extension.
Sybase Compatible with Adaptive Server Enterprise.
The following statement returns the value 3.912023.
SELECT LOG( 50 )