8.2.23. SQRT()

Available in

DSQL, PSQL

Possible name conflict

YES → Read details

Syntax

  1. SQRT (number)
Table 119. SQRT Function Parameter
ParameterDescription

number

An expression of a numeric type

Result type

DOUBLE PRECISION

Description

Returns the square root of the argument.

  • If number is negative, an error is raised.