Example
Return a string with 10 spaces:
SELECT SPACE(10);
Definition and Usage
The SPACE() function returns a string of the specified number of space characters.
SPACE(number)
Return a string with 10 spaces:
SELECT SPACE(10);
The SPACE() function returns a string of the specified number of space characters.
SPACE(number)