Hi,
How can i delete a node that i've created without any properties?
I usually do this when i want to delete something:
MATCH (n {name:"nodename"})
DELETE n
But since my node have no name, i cannot acces to it.
Any ideas?
Thanks,
Roald Targé
--
You received this message because you are subscribed to the Google Groups
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.