>>-SQRT--(--expression--)--------------------------------------><
The schema is SYSFUN.
Returns the square root of the argument.
The argument can be any built-in numeric data type. It has to be converted to double-precision floating-point number for processing by the function.
The result of the function is double-precision floating-point number. The result can be null; if the argument is null, the result is the null value.