SQRT

Description

Returns the square root of a number.

Syntax

SQRT(numeric_expression)

Examples

SQRT(16) returns 4.

Return value datatype

Double

Impact of null value

If input is null, returns null.