MySQL SPACE() Function
Definition and Usage
The SPACE() function returns a string of the specified number of space characters.
Syntax
SPACE(number)
Parameter Values
Parameter | Description |
---|---|
number | Required. The number of space characters to return |
Technical Details
Works in: | From MySQL 4.0 |
---|