SQRT
Computes the square root of the given input.
Syntax
Arguments
X
X
Type: numeric
A numeric value.
Returns
Type: double
The square root of X
as a double
.
Examples
Transformation job example
SQL
Query result
Last updated