memgraph/tests/data/queries/cypher/read/match/match-where.cypher

2 lines
70 B
Plaintext

# MATCH (n:Person)-[:KNOWS]->(m:Person) WHERE n.name="Alice" RETURN m