- Categories:
String & binary functions (General)
SPACEยถ
Builds a string consisting of the specified number of blank spaces.
Syntaxยถ
SPACE(<n>)
Argumentsยถ
n
The number of blank spaces used to build the string.
Examplesยถ
SELECT SPACE(3);
String & binary functions (General)
Builds a string consisting of the specified number of blank spaces.
SPACE(<n>)
n
The number of blank spaces used to build the string.
SELECT SPACE(3);