Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
Under the query => 3.16.5.3. Merge with unique constraints and partial matches
It is written in the doc that an error is thrown but in reality a new node is created with the properties specified
Ex - merge (p:Person {name : "Tanmay", age : "23"})
return p;
If a node without property age exists then the query above will create a new node with 2 properties name and age