Skip to content

Instantly share code, notes, and snippets.

@vladbatushkov
Created August 18, 2019 09:26
Show Gist options
  • Save vladbatushkov/17a9cee9730265dbdfccc983d02d8de8 to your computer and use it in GitHub Desktop.
Save vladbatushkov/17a9cee9730265dbdfccc983d02d8de8 to your computer and use it in GitHub Desktop.
Total of calls from Bangkok
MATCH (c:City { name: "Bangkok" })<-[:FROM]-(p1:Person)-[:OUT]->(cc:Call)<-[:IN]-(p2:Person)
RETURN count(cc) as total
ORDER BY total DESC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment