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

2 lines
84 B
Plaintext
Raw Normal View History

2016-05-25 06:37:14 +08:00
# MATCH (a)-[:KNOWS]->(b) RETURN b.name UNION MATCH (a)-[:LOVES]->(b) RETURN b.name