Skip to content

Commit

Permalink
add comment for nGQL-overview
Browse files Browse the repository at this point in the history
as titled.
  • Loading branch information
JialuGong authored Dec 29, 2023
1 parent a9dcd12 commit ea06e05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
一系列连接的点和边称为`路径`。nGQL 允许使用变量来命名路径,例如:

```ngql
p = (a)-[*3..5]->(b)
p = (a)-[*3..5]->(b) // 从 a 到 b, 最小长度为 1,最大长度为 5 的路径
```

可以在 MATCH 语句中使用路径变量。

0 comments on commit ea06e05

Please sign in to comment.