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
Language: English