Returns the square root of a number.
SQRT ( numeric-expression )
numeric-expression The number for which the square root is to be calculated.
The following statement returns the value 3:
SELECT SQRT( 9 ) FROM iq_dummy
SQL92 Vendor extension.
Sybase Compatible with Adaptive Server Enterprise.