Returns the base 10 logarithm of a number.
LOG10( numeric-expression )
numeric-expression The number.
The argument is an expression that returns the value of any built-in numeric data type.
This function converts its argument to DOUBLE, performs the computation in double-precision floating point, and returns a DOUBLE as the result. If the parameter is NULL, the result is NULL.
SQL/2003 Vendor extension.
The following statement returns the base 10 logarithm for 50.
SELECT LOG10( 50 ); |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |