Skip to content

Commit

Permalink
Update where.md (#1333)
Browse files Browse the repository at this point in the history
  • Loading branch information
foesa-yang authored May 6, 2022
1 parent 85c1b93 commit ac78f1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs-2.0/3.ngql-guide/8.clauses-and-options/where.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ If you use `STARTS WITH "t"` in the preceding statement, an empty set is returne
nebula> MATCH (v:player) \
WHERE v.player.name STARTS WITH "t" \
RETURN v.player.name, v.player.age;
+---------------+--------------+
| v.player.name | v.player.age |
+---------------+--------------+
+---------------+--------------+
Empty set (time spent 5080/6474 us)
```

Expand Down

0 comments on commit ac78f1e

Please sign in to comment.