Generate a string containing 10 space characters.
| SELECT SPACE(10); |
The SPACE() function generates a string containing a designated quantity of space characters.
| SPACE(number) |
|
Parameter |
Description |
|
number |
Mandatory. The quantity of space characters to be produced. |
| Works in: | From MySQL 4.0 |