neo4j删除所有节点

    MATCH (n)
    OPTIONAL MATCH (n)-[r]-()
    DELETE n,r
posted @ 2022-08-19 22:54  luoganttcc  阅读(8)  评论(0)    收藏  举报