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