open:cypher-relationships

cypher relationships

match p = (n)-[*]-(o)
where (n:User and n.user_id =3) or (n:Order and n.is_delivery_requested = false)
with *, (relationships(p)) as r
return n,o


  • open/cypher-relationships.txt
  • 마지막으로 수정됨: 2021/12/23 07:40
  • 저자 127.0.0.1