Skip to content

SHOW SPACES

SHOW SPACES

The SHOW SPACES statement lists the all the graph spaces in a Nebula Graph instance.

For example:

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

To create graph spaces, see Create Space document.


Last update: April 13, 2021
Back to top