Returns the square root of a number.
SQRT ( numeric-expression )
Parameter
Description
numeric-expression
The number for which the square root is to be calculated.
DOUBLE
The following statement returns the value 3:
SELECT SQRT( 9 ) FROM iq_dummy
SQL—Vendor extension to ISO/ANSI SQL grammar.
Sybase—Compatible with Adaptive Server Enterprise.