SPACE
Return a string of spaces. This function returns a string consisting of a specified number of space characters.
Syntax
SPACE(N)Description
Examples
SELECT QUOTE(SPACE(6));
+-----------------+
| QUOTE(SPACE(6)) |
+-----------------+
| ' ' |
+-----------------+Last updated
Was this helpful?

