Last updated 2 months ago
SQL Server
Azure Synapse Analytics
Returns the square root of the specified float value. ().
Code:
Result:
No issues were found.
No related EWIs.
SQRT ( float_expression )
SQRT(expr)
SELECT SQRT(25) AS RESULT;
RESULT| ------+ 5.0|