- 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);