Skip to content

SHOW SPACES

The SHOW SPACES statement shows existing graph spaces in Nebula Graph.

For how to create a graph space, see CREATE SPACE.

Syntax

SHOW SPACES;

Example

nebula> SHOW SPACES;
+---------------------+
| Name                |
+---------------------+
| "docs"              |
+---------------------+
| "basketballplayer"  |
+---------------------+

Last update: July 27, 2021
Back to top