Sqrt

sqrt returns the square root of a given expression.

Syntax

Copy
sqrt(expression)

Arguments

expression

The expression must be numeric. It can be a field name, a literal value, or another function.