memgraph/tests/data/cypher_queries/sprint_1/query_1.cypher
2016-07-09 19:05:02 +01:00

2 lines
239 B
Plaintext

MATCH (n:Data) WHERE n.queryID = "KMeasyKMID" OR n.queryID = "easyQueryID" WITH n MATCH (n)-[r:Fact]->(m) WHERE r.relationshipType = 'recommended exercise' WITH n,r,m WHERE n.value = 'G' AND m.value = 'HK.03 - Aqua Walking' return n, r, m