SQL SPACE Function

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)

Continue reading SQL SPACE Function