Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试删除代理图上的节点但失败了。
lee=# match (n:v{id:1}) delete n; ERROR: vertex 4 in "v" has edge(s)
如何删除节点?
在删除令牌之前添加分离。
assam=# match (n:v{id:1}) detach delete n; GRAPH WRITE (DELETE VERTEX 1, DELETE EDGE 1)