Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
02-19-2020 04:32 AM
profile MATCH (phase:Phase {_id: "inputId1"})<-[:HAS]-(project:Project) MATCH (height:Height{height: 1, _id: "inputId2"}) MERGE (height)-[:HAS]->(phase) WITH phase, project MATCH (project)-[:HAS*0..]->(space:Space) MATCH p=(space:Space)-[:HAS*0..]->(:Region) WHERE length(p)=0 MERGE (space)-[:EXISTSIN]->(phase) RETURN space, phase
All the sessions of the conference are now available online