Returns the square of the specified float value.
SQUARE ( float_expression )
float_expression
Is an expression of type float or of a type that can be implicitly converted to float.
float
SELECT SQUARE(2.01);
Functions