Skip to content

Commit e5125c0

Browse files
committed
Update cityIds for new example data set
1 parent 70684a4 commit e5125c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypher/queries/bi-19.cypher

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Q19. Interaction path between cities
22
// Requires the Neo4j Graph Data Science library
33
/*
4-
:param [{ city1Id, city2Id }] => {RETURN 2 AS city1Id, 4 AS city2Id}
4+
:param [{ city1Id, city2Id }] => {RETURN 5 AS city1Id, 6 AS city2Id}
55
*/
66
MATCH
77
(person1:Person)-[:IS_LOCATED_IN]->(city1:City {id: $city1Id}),

0 commit comments

Comments
 (0)