Example
Return a string with 10 space characters:
SELECT SPACE(10);
Definition and Usage
The SPACE() function returns a string of the specified number of space characters. Continue reading MySQL SPACE Function
Return a string with 10 space characters:
SELECT SPACE(10);
The SPACE() function returns a string of the specified number of space characters. Continue reading MySQL SPACE Function