Skip to content

Commit

Permalink
Update 5.lookup.md (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomJoe211 committed Oct 26, 2021
1 parent c380ad9 commit d41788d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 @@ -239,11 +239,11 @@ nebula> LOOKUP ON follow \
# 列出所有的 like 边。类似于 MATCH (s)-[e:like]->(d) RETURN id(s), rank(e), id(d) /*, type(e) */。
nebula)> LOOKUP ON like;
+-------------+----------+-------------+
| VertexID | DstVID | _dst |
+-------------+----------+-------------+
| "player100" | 0 | "player101" |
+-------------+----------+-------------+
+-------------+-------------+---------+
| SrcVID | DstVID | Ranking |
+-------------+-------------+---------+
| "player100" | "player101" | 0 |
+-------------+-------------+---------+
```

## 统计点或边
Expand Down

0 comments on commit d41788d

Please sign in to comment.