Last updated 10 months ago
Returns the square of the specified float value. ().
Code:
Result:
No issues were found.
No related EWIs.
SQUARE ( float_expression )
SQUARE(expr)
SELECT SQUARE (5) AS SQUARE;
SQUARE| ------+ 25.0|
SQUARE| ------+ 25|