neo4j删除所有节点

    MATCH (n)
    OPTIONAL MATCH (n)-[r]-()
    DELETE n,r
posted @ 2019-03-10 13:11  luoganttcc  阅读(941)  评论(0)    收藏  举报