Skip to content

SHOW TAGS

SHOW TAGS

SHOW TAGS shows all tags in the current graph space. You do not need any privileges for the graph space to run this statement. But the returned results are different based on role privileges. To show tags in a specific graph space, you must use the graph space first.

Examples

nebula> SHOW TAGS;
+----------+
| Name     |
+----------+
| "player" |
+----------+
| "team"   |
+----------+
Got 2 rows (time spent 1461/2114 us)

Last update: March 19, 2021
Back to top