LIMIT not working inside apoc procedure apoc.cypher.run

前端 未结 0 1459
无人共我
无人共我 2021-01-12 22:57

I am trying to run following Neo4j cypher Query:

MATCH (m:Person { id: \'$id\'})-[:FOLLOWS]->(f:Person) 
CALL apoc.cypher.run(\'WITH {f} as f 
MATCH (f)-[:         


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