Description
Returns the square root of a number.Syntax
SQRT(numeric_expression)
Examples
SQRT(16) returns 4.
Calculate the positive square root of a numeric expression in your ETL pipeline. Use SQRT for mathematical computations and data transformations.
SQRT(numeric_expression)
SQRT(16) returns 4.
Was this page helpful?