Skip to content

Commit 1ff1f5c

Browse files
query fix
1 parent b6a303b commit 1ff1f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/clauses/filter.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ The same is not true if `WHERE` is exchanged for `FILTER`:
168168
UNWIND [32,37,40] AS ageValue
169169
OPTIONAL MATCH (p:Person)
170170
FILTER p.age = ageValue
171-
RETURN p.name
171+
RETURN p.name AS name, p.age AS age
172172
----
173173
174174
.Result

0 commit comments

Comments
 (0)