SQUARE
Description
The SQUARE function calculates the square for each input value.
Can be applied to INT or FLOAT columns. The resulting column is of type FLOAT.
Syntax
SQUARE ( table.column )
NULL handling
If one of the input values is NULL, the result is NULL as well.
Example
[1] Calculate the square of three Integers | ||||||||||||||
| ||||||||||||||
|