SQRT
Description
The SQRT function calculates the positive square root of the specified value.
It can be applied to INT or FLOAT columns. The resulting column is of type FLOAT.
Syntax
SQRT ( table.column )
NULL handling
If the input value is NULL, the result is NULL as well.
Example
[1] Calculate the square root of three Integers | ||||||||||||||
| ||||||||||||||
|