memgraph/tests/data/cypher_queries/read/union/union.cypher

2 lines
82 B
Plaintext

MATCH (a)-[:KNOWS]->(b) RETURN b.name UNION MATCH (a)-[:LOVES]->(b) RETURN b.name