Skip to content

Commit

Permalink
Update 8.show-indexes.md (#2150)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Sep 21, 2022
1 parent d6b7445 commit 54cd6fb
Showing 1 changed file with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ SHOW {TAG | EDGE} INDEXES;

```ngql
nebula> SHOW TAG INDEXES;
+------------------+--------------+-----------------+
| Index Name | By Tag | Columns |
+------------------+--------------+-----------------+
| "fix" | "fix_string" | ["p1"] |
| "player_index_0" | "player" | ["name"] |
| "player_index_1" | "player" | ["name", "age"] |
| "var" | "var_string" | ["p1"] |
+------------------+--------------+-----------------+
+------------------+----------+----------+
| Index Name | By Tag | Columns |
+------------------+----------+----------+
| "player_index_0" | "player" | [] |
| "player_index_1" | "player" | ["name"] |
+------------------+----------+----------+
nebula> SHOW EDGE INDEXES;
+----------------+----------+---------+
Expand Down

0 comments on commit 54cd6fb

Please sign in to comment.