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

2 lines
70 B
Plaintext
Raw Normal View History

2016-05-25 06:37:14 +08:00
# MATCH (n:Person)-[:KNOWS]->(m:Person) WHERE n.name="Alice" RETURN m