在 Neo4j 查询中检索传入边
我有一个 Neo4j 图表,如下所示。我可以使用以下命令获取类型 B 的节点链。如何获取 A 类型的节点和 B 类型的节点?
MATCH (from: B)-[relation:SAW*1..]->(to: B) RETURN from,to,relation
I have a Neo4j graph as below. I can get the chains of nodes of type B with the following command. How can I obtain the nodes of type A, along with the B ones?
MATCH (from: B)-[relation:SAW*1..]->(to: B) RETURN from,to,relation
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)