Hi, i have relations where there is a space in the name, how do I correctly encapsulate the name to delete it? What unicode qupte marks are allowed?
match ()-[r:'Flare Vent']-() delete r;
Hi, i have relations where there is a space in the name, how do I correctly encapsulate the name to delete it? What unicode qupte marks are allowed?
match ()-[r:'Flare Vent']-() delete r;
see Reserved keywords - Cypher Manual and specifically enclose in backticks
Note to @bent.s.lund this back tick notation is used in many other DB's.