On this pageSPACEReturns a string consisting of N space characters.Syntax​SPACE(n);CopyArguments​ArgumentsDescriptionnThe number of spacesReturn Type​String data type value.Examples​SELECT SPACE(20)+----------------------+| SPACE(20) |+----------------------+| |+----------------------+Copy