Skip to content

Commit cc6f0a3

Browse files
Update modules/ROOT/pages/cypher/updating.adoc
Co-authored-by: Jessica Wright <[email protected]>
1 parent 480611b commit cc6f0a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/ROOT/pages/cypher/updating.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@ The result is more duplication.
292292
`MERGE` tries to match the *entire* pattern, and if it doesn't exist, it is created.
293293

294294
Even though the graph already has Ann and Mark's nodes, the pattern `(Ann)-[:IS_FRIENDS_WITH]->(Mark)` doesn't exist, so all elements are created anew.
295-
To avoid the duplication, you need to first `MATCH` the nodes and then create the relationship.
296295

297296
[NOTE]
298297
====

0 commit comments

Comments
 (0)