Loading lesson path
Concept visual
Start at both ends
Return a string with 10 spaces:
SELECT SPACE(10);The SPACE() function returns a string of the specified number of space characters.
number )
Required. The number of spaces to be returned
SQL Server (starting with 2008), Azure SQL Database, Azure SQL Data Warehouse, Parallel Data Warehouse
❮ SQL Server Functions