Skip to content

Commit

Permalink
Update 5.lookup.md (#1002)
Browse files Browse the repository at this point in the history
update col name
  • Loading branch information
lopn authored Sep 26, 2021
1 parent 07f2616 commit c24f22c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-2.0/3.ngql-guide/7.general-query-statements/5.lookup.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ nebula> LOOKUP ON follow \
nebula> LOOKUP ON player;
+-------------+
| _vid |
| VertexID |
+-------------+
| "player100" |
+-------------+
Expand Down Expand Up @@ -215,7 +215,7 @@ nebula> LOOKUP ON follow \
nebula)> LOOKUP ON like;
+-------------+----------+-------------+
| _src | _ranking | _dst |
| VertexID | DstVID | _dst |
+-------------+----------+-------------+
| "player100" | 0 | "player101" |
+-------------+----------+-------------+
Expand Down

0 comments on commit c24f22c

Please sign in to comment.