SQRT Function

Description

The SQRT function returns the square root of x as a DOUBLE type.

Syntax

SQRT( x )

Example

SELECT SQRT(4), SQRT(16.0);

     sqrt(4)                   sqrt(16.0)

====================================================

     2.000000000000000e+00     4.000000000000000e+00