Produces desired number of spaces
SPACE(number)
number
Returns a string containing the number of repeated spaces
Number of spaces to fill string with
A string with specified number of spaces
SPACE(`3`) = " "
Last updated 2 years ago