memgraph/tests/data/cypher_queries/read/union/union-all.cypher
2016-05-25 00:37:14 +02:00

2 lines
88 B
Plaintext

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