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