SQRT function [Numeric]

Function

Returns the square root of a number.

Syntax

SQRTnumeric-expression )

Parameters

numeric-expression The number for which the square root is to be calculated.

Example

The following statement returns the value 3:

SELECT SQRT( 9 ) FROM iq_dummy

Standards and compatibility