neo4j删除所有节点
neo4j删除所有节点
MATCH (n)
OPTIONAL MATCH (n)-[r]-()
DELETE n,r
posted on 2019-03-10 13:11 luoganttcc 阅读(...) 评论(...) 编辑 收藏
MATCH (n)
OPTIONAL MATCH (n)-[r]-()
DELETE n,r
posted on 2019-03-10 13:11 luoganttcc 阅读(...) 评论(...) 编辑 收藏