Returns the square root of a number.
SQRT( numeric-expression )
numeric-expression The number for which the square root is to be calculated.
DOUBLE
This function converts its argument to DOUBLE, performs the computation in double-precision floating point, and returns a DOUBLE as the result.
SQL/2003 Vendor extension.
The following statement returns the value 3.
SELECT SQRT( 9 ); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |