Loading lesson path
Concept visual
Start at both ends
Return the square of a number:
SELECT SQUARE(64);The SQUARE() function returns the square of a number.
number )
Required. A positive number to calculate the square of
SQL Server (starting with 2008), Azure SQL Data Warehouse, Parallel Data
Return the square of a number:
SELECT SQUARE(13);❮ SQL Server Functions