SHOW SPACES¶
The SHOW SPACES
statement shows the 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" |
+---------------------+
Got 2 rows (time spent 968/1893 us)
Last update: April 13, 2021