Skip to content

Commit

Permalink
Update 6.list.md (#1767)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored May 6, 2022
1 parent e6fc234 commit 2b3cc03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-2.0/3.ngql-guide/6.functions-and-expressions/6.list.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ nebula> MATCH (a:player)-[r]->() \
+------------+----------------------------+
| labels(a) | keys(r) |
+------------+----------------------------+
| ["player"] | ["degree"] |
| ["player"] | ["end_year", "start_year"] |
| ["player"] | ["degree"] |
| ["player"] | ["degree"] |
+------------+----------------------------+
nebula> MATCH p = (a:player)-[]->(b)-[]->(c:team) \
WHERE a.player.name == "Tim Duncan" AND c.team.name == "Spurs" \
RETURN nodes(p);
Expand Down

0 comments on commit 2b3cc03

Please sign in to comment.