Sqrt
sqrt
returns the square root of a given expression.
Syntax
sqrt(
expression
)
Arguments
- expression
-
The expression must be numeric. It can be a field name, a literal value, or another function.
sqrt
returns the square root of a given expression.
sqrt(
expression
)
The expression must be numeric. It can be a field name, a literal value, or another function.