neo4j删除所有节点

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