SQL FunctionsString FunctionsSPACEOn this pageSPACEReturns a string consisting of N blank space characters.SyntaxSPACE(<n>);ArgumentsArgumentsDescription<n>The number of spacesReturn TypeString data type value.ExamplesSELECT SPACE(20)+----------------------+| SPACE(20) |+----------------------+| |+----------------------+