Syntax
SPACE(N)
Purpose
Returns a string containing N spaces.
Examples
Returns a string containing 5 spaces.
obclient> SELECT SPACE(5);
+----------+
| SPACE(5) |
+----------+
| |
+----------+
1 row in set
OceanBase Database
Download PDF
SPACE(N)
Returns a string containing N spaces.
Returns a string containing 5 spaces.
obclient> SELECT SPACE(5);
+----------+
| SPACE(5) |
+----------+
| |
+----------+
1 row in set