Categories:

String & binary functions (General)

SPACEยถ

Builds a string consisting of the specified number of blank spaces.

Syntaxยถ

SPACE(<n>)
Copy

Argumentsยถ

n

The number of blank spaces used to build the string.

Examplesยถ

SELECT SPACE(3);
Copy