Created
August 18, 2019 09:26
-
-
Save vladbatushkov/17a9cee9730265dbdfccc983d02d8de8 to your computer and use it in GitHub Desktop.
Total of calls from Bangkok
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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