Returns the square root of a number.
SQRT( numeric-expression )
numeric-expression The number for which the square root is to be calculated.
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 ); |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |