Skip to content

Commit

Permalink
Update 5.conditional-expressions.md (#2156)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Sep 21, 2022
1 parent 3086208 commit 6cf5544
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ nebula> MATCH (v:player) WHERE v.player.age > 30 \
+---------------------+---------------+
| Name | Starts_with_T |
+---------------------+---------------+
| "Tim" | "Yes" |
| "Tim Duncan" | "Yes" |
| "LaMarcus Aldridge" | "No" |
| "Tony Parker" | "Yes" |
+---------------------+---------------+
Expand Down Expand Up @@ -170,4 +170,4 @@ nebula> RETURN coalesce(null) as result;
+-----------+
| NULL |
+-----------+
```
```

0 comments on commit 6cf5544

Please sign in to comment.