memgraph/cypher/query/read/match/match-where.cypher

2 lines
59 B
Plaintext
Raw Normal View History

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