Syntax
SPACE(N)
Purpose
SPACE() returns a string with N space characters.
Examples
Return a string with five spaces.
obclient> SELECT SPACE(5);
+----------+
| SPACE(5) |
+----------+
| |
+----------+
1 row in set
Meet OceanBase AI Database, the unified database for operational data, real-time analytics, and AI. Explore ->
Meet OceanBase AI Database, the unified database for operational data, real-time analytics, and AI. Explore ->
OceanBase Database
Download PDF
SPACE(N)
SPACE() returns a string with N space characters.
Return a string with five spaces.
obclient> SELECT SPACE(5);
+----------+
| SPACE(5) |
+----------+
| |
+----------+
1 row in set