Syntax
SPACE(N)
Purpose
You can call this function return a string with N space characters.
Examples
Return a string with five space characters.
obclient> SELECT SPACE(5);
+----------+
| SPACE(5) |
+----------+
| |
+----------+
1 row in set (0.01 sec)