How to DELETE nodes or relationship with NULL properties in neo4j 2.0 with cypher
问题 I have created some nodes and relationships within these. But while doing these something wrong happened. I want to delete all nodes having "SGS", except node with ID 2. Following is script I ran to create node and relationships: (Please also suggest how to EDIT this one, if possible) I tried DELETE (along with match, where, IS NULL, etc) with some different trial and error methods but unable to achieve same. Please Help. 回答1: It looks like all your nodes have a name, except the node that you