top of page
MySQL:
SPACE
Syntax:
SPACE(N)
Returns a string consisting of N space characters.
URL: https://dev.mysql.com/doc/refman/8.0/en/string-functions.html
Example
mysql> SELECT SPACE(6);
-> ' '
bottom of page
Syntax:
SPACE(N)
Returns a string consisting of N space characters.
URL: https://dev.mysql.com/doc/refman/8.0/en/string-functions.html
mysql> SELECT SPACE(6);
-> ' '