關於neo4j查詢多深度關係節點

1.使用with關鍵字       查詢三層級關係節點如下:with可以將前面查詢結果作爲後面查詢條件 match (na:company)-[re]->(nb:company) where na.id = '12399145' WITH na,re,nb match (nb:company)-[re2]->(nc:company) return na,re,nb,re2,nc 2.直接拼接關係節
相關文章
相關標籤/搜索