SHOW SPACES¶
SHOW SPACES lists all the graph spaces in the NebulaGraph examples.
Syntax¶
SHOW SPACES;
Example¶
nebula> SHOW SPACES;
+--------------------+
| Name               |
+--------------------+
| "cba"              |
| "basketballplayer" |
+--------------------+
To create graph spaces, see CREATE SPACE.
  
    
      Last update:
      February 19, 2024