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;