Skip to content

SHOW TAGS

The SHOW TAGS statement shows the name of all tags in the current graph space.

You do not need any privileges for the graph space to run the SHOW TAGS statement. But the returned results are different based on role privileges.

Syntax

SHOW TAGS;

Examples

nebula> SHOW TAGS;
+----------+
| Name     |
+----------+
| "player" |
| "team"   |
+----------+

Last update: March 13, 2023