Skip to content

Commit 9af1c9e

Browse files
committed
Cypher: Remove OPTIONAL modifier from Q13
1 parent af1d968 commit 9af1c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypher/queries/interactive-complex-13.cypher

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
8796093022357 AS person2Id
66
}
77
*/
8-
OPTIONAL MATCH // the 'OPTIONAL' modifier can be deleted if the parameter curation ensures that both person1 and person2 exist
8+
MATCH
99
(person1:Person {id: $person1Id}),
1010
(person2:Person {id: $person2Id})
1111
OPTIONAL MATCH

0 commit comments

Comments
 (0)