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

2 lines
70 B
Plaintext

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