hi
im trying to create node with label words in my database that already exist and wanna add new property(i use constraint method to have unique words name)
my query is :
merge (n:words{name:"'" , instance:"apostrophe"}) with (n) match (a:PartOfSpeec...