摘要: MATCH (p)-[r1]-(q),(m)-[r2]-(n)where startNode(r1)=startNode(r2) and type(r1)=type(r2) and EndNode(r1)=EndNode(r2) and not id(r1)=id(r2)return p,q,m,n 阅读全文
posted @ 2019-01-30 22:15 白云君 阅读(267) 评论(0) 推荐(0)