SQL 函数字符串函数SPACE在本页SPACEReturns a string consisting of N space characters.SyntaxSPACE(n);ArgumentsArgumentsDescriptionnThe number of spacesReturn TypeString data type value.ExamplesSELECT SPACE(20)+----------------------+| SPACE(20) |+----------------------+| |+----------------------+