I have created a node with a wrong label.
Is there any way to change node label or relationship type without re-creating it?
I have tried something like
MATCH n WHERE Id(n)=14 SET n.Labels = 'Person'
but it is fault...
MATCH (n:OLD_LABEL {id:14})
REMOVE n:OLD_LABEL
SET n:NEW_LABEL
Guess this query explains itself.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With