memgraph/tests/data/queries/cypher/sprint_0/query_03.cypher

2 lines
62 B
Plaintext
Raw Normal View History

2016-07-09 21:50:04 +08:00
MATCH (a {id:0}), (p {id: 1}) CREATE (a)-[r:IS]->(p) RETURN r