Skip to content

Returns a string consisting of N blank space characters.

func.space(<n>)
func.space(20)
┌─────────────────┐
│ func.space(20) │
├─────────────────┤
│ │
└─────────────────┘
SPACE(<n>);
ArgumentsDescription
<n>The number of spaces

String data type value.

SELECT SPACE(20)
┌──────────────────────┐
SPACE(20) │
├──────────────────────┤
│ │
└──────────────────────┘