Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
04-03-2020 09:10 AM
How to insert & symbol in node property value via Merge statement? I am using Neo4j enterprise 3.1.4.
E.g
Merge(n:Person) set n.id=123, n.name = "Julia & Ratchel"
04-03-2020 09:47 AM
I tried this from the Neo4j Browser with Neo4j 3.3.5 and 4.0.2 and worked fine. I don't have anything older running.
Merge(n:Person) set n.id=123, n.name = "Julia & Ratchel"
Added 1 label, created 1 node, set 2 properties, completed after 92 ms.
Did you get an error in 3.1.4 and can you post it?
Are you considering upgrading to a more recent version? That one is several years old now.
All the sessions of the conference are now available online