Neoview SQL Reference Manual (R2.3)

SQRT Function
The SQRT function returns the square root of a numeric value expression.
SQRT is a Neoview SQL extension.
SQRT (numeric-expression)
numeric-expression
is an SQL numeric value expression that specifies the value for the argument of the SQRT
function. The value of the argument must not be a negative number. See “Numeric Value
Expressions” (page 227).
Example of SQRT
This function returns the value 5.19615242270663312E+000, or approximately 5.196:
SQRT (27)
SQRT Function 419