SQRT#
Returns the square root of the specified float value.
Syntax#
SQRT ( float_expression )
Arguments#
float_expression
Is an expression of type float or of a type that can be implicitly converted to float.
Return types#
float
Example#
SELECT SQRT(2.51);