SPACE

SPACE(int)

Description

Returns a string consisting of a number of spaces.

Examples

SELECT name, SPACE(80) FROM Players;