SPACE (Transact-SQL)
SQL Server 2005
Returns a string of repeated spaces.
Transact-SQL Syntax Conventions
- integer_expression
-
Is a positive integer that indicates the number of spaces. If integer_expression is negative, a null string is returned.
For more information, see Expressions (Transact-SQL)
Reference
REPLICATE (Transact-SQL)String Functions (Transact-SQL)
Functions (Transact-SQL)