ASA SQL Reference
SQL Functions
Alphabetical list of functions
Returns the square root of a number.
SQRT ( numeric-expression )
numeric-expression The number for which the square root is to be calculated.
SQL/92 Vendor extension.
SQL/99 Vendor extension.
Sybase Compatible with Adaptive Server Enterprise.
The following statement returns the value 3.
SELECT SQRT( 9 )