Icon SQRT

Returns the square root of a number.

Syntax
SQRT(<NumericExpression>)

<NumericExpression> =

Type of:

SMALLINT
INTEGER|INT
BIGINT
FLOAT
DECIMAL|NUMERIC

Returns
FLOAT

Usage
The SQRT function returns the square root of a number.

SQL 2003 Standard Deviations
This function deviates from the SQL 2003 standard in the following ways:

DeviationDetails
None
Image