MySQL SPACE() Function

Clash Royale CLAN TAG#URR8PPP
<!--
main_leaderboard, all: [728,90][970,90][320,50][468,60]-->
MySQL SPACE() Function
❮ MySQL Functions
Example
Return a string with 10 space characters:
SELECT
SPACE(10);Try it Yourself »
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 |
|---|
❮ MySQL Functions