Skip to main content
Version: 3.10.0

SHOW SPACES

The SHOW SPACES statement shows existing graph spaces in NebulaGraph.

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

Syntax

SHOW SPACES;

Example

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