Applies to
Description
Returns the square root of the specified float value. ().
Sample Source Pattern
Syntax
SQRT ( float_expression )
Examples
Code:
SELECT SQRT(25) AS RESULT;
Result:
Code:
SELECT SQRT(25) AS RESULT;
Result:
Known Issues
No issues were found.
No related EWIs.