Mega Code Archive
Categories
/
MSSQL Tutorial
/
Math Functions
SQUARE Returns the square of the given number
. 4> SELECT SQUARE(20) 5> GO ------------------------ 400 (1 rows affected)