2 lines
62 B
Plaintext
2 lines
62 B
Plaintext
|
MATCH (a {id:0}), (p {id: 1}) CREATE (a)-[r:IS]->(p) RETURN r
|