memgraph/tests/data/cypher_queries/complex/powerlinx_opportunities.cypher

2 lines
128 B
Plaintext

MATCH (p:Personnel)-[:CREATED]->(o:Opportunity)-[:HAS_MATCH]->(c:Company {id: "321"}) RETURN (a:Account {id: "123"})-[:IS]->(p)