We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70684a4 commit e5125c0Copy full SHA for e5125c0
cypher/queries/bi-19.cypher
@@ -1,7 +1,7 @@
1
// Q19. Interaction path between cities
2
// Requires the Neo4j Graph Data Science library
3
/*
4
-:param [{ city1Id, city2Id }] => {RETURN 2 AS city1Id, 4 AS city2Id}
+:param [{ city1Id, city2Id }] => {RETURN 5 AS city1Id, 6 AS city2Id}
5
*/
6
MATCH
7
(person1:Person)-[:IS_LOCATED_IN]->(city1:City {id: $city1Id}),
0 commit comments