Sqrt Function; Example Of Sqrt - HP Neoview SQL Reference Manual

Hide thumbs Also See for Neoview SQL:
Table of Contents

Advertisement

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
Expressions" (page

Example of SQRT

This function returns the value 5.19615242270663312E+000, or approximately 5.196:
SQRT (27)
408
SQL Functions and Expressions
217).
"Numeric Value

Advertisement

Table of Contents
loading

Table of Contents