ASA SQL Reference
SQL Functions
Alphabetical list of functions
Returns the base 10 logarithm of a number.
LOG10 ( 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 1.698970.
SELECT LOG10( 50 )