SHOW SPACES¶
The SHOW SPACES statement shows existing graph spaces in NebulaGraph.
For how to create a graph space, see CREATE SPACE.
Syntax¶
ngql
SHOW SPACES;
Example¶
ngql
nebula> SHOW SPACES;
+---------------------+
| Name |
+---------------------+
| "docs" |
| "basketballplayer" |
+---------------------+
Last update:
March 13, 2023