SQUARE
Description
Returns the square of a numeric expression sent as a parameter (SQUARE in Transact-SQL).
Sample Source Pattern
Syntax
SQUARE( expression )Arguments
expression: Numeric expression.
Return Type
Float
Examples
SELECT SQUARE(16)SQUARE(16)|
----------+
256|Last updated
Was this helpful?