Skip to content

Commit

Permalink
Update 8.predicate.md (#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Sep 22, 2022
1 parent 797a86f commit e346ab7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ nebula> MATCH p = (n:player{name:"LeBron James"})-[:follow]->(m) \
nebula> MATCH (n:player) \
RETURN exists(n.player.id), n IS NOT NULL;
+--------------+---------------+
| exists(n.id) | n IS NOT NULL |
+--------------+---------------+
| false | true |
+---------------------+---------------+
| exists(n.player.id) | n IS NOT NULL |
+---------------------+---------------+
| false | true |
...
nebula> MATCH (n:player) \
Expand Down

0 comments on commit e346ab7

Please sign in to comment.