MSSQLNumeric FunctionsSQUARE
SQRT

SQUARENumeric Functions

EXP

Returns the square of n.

Syntax

SQUARE(n)

Example

Enter values below to update the example in real time.

result
SELECT SQUARE(12) AS result;