Neo4j cypher query perfomance

后端 未结 0 1677
臣服心动
臣服心动 2021-01-20 16:28

I have the following cypher query,

match (o:Order {statusId:74}) <- [:HAS_ORDERS] - (m:Member)
with m,o
match (m)-[:HAS_WALLET] ->(w:Wallet) where w.cur         


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