Mega Code Archive

 
Categories / MySQL Tutorial / String Functions
 

SPACE(N)

mysql> mysql> SELECT SPACE(6); +----------+ | SPACE(6) | +----------+ |          | +----------+ 1 row in set (0.00 sec) mysql>