how to insert a node in a middle of a linked list in cypher

前端 未结 0 1371
时光取名叫无心
时光取名叫无心 2021-01-24 07:44

I am using linked list pattern in cypher to represent some data.

(node1)-[:NEXT]->(node2)-[:NEXT]->(node3)

the question is how can I insert

相关标签:
回答
  • 消灭零回复
提交回复
热议问题