Skip to content

Commit

Permalink
Update with.md (#1773)
Browse files Browse the repository at this point in the history
  • Loading branch information
foesa-yang committed May 6, 2022
1 parent e356108 commit 2a759ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-2.0/3.ngql-guide/8.clauses-and-options/with.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ nebula> MATCH (v:player) \
`WITH`子句中设置别名,并通过`RETURN`子句输出结果。

```ngql
nebula> WITH [1, 2, 3] AS list RETURN 3 IN list AS r;
nebula> WITH [1, 2, 3] AS `list` RETURN 3 IN `list` AS r;
+------+
| r |
+------+
Expand Down

0 comments on commit 2a759ef

Please sign in to comment.