2 lines
59 B
Plaintext
2 lines
59 B
Plaintext
|
MATCH (n:Person)-[:KNOWS]->(m:Person) WHERE n.name="Alice"
|