Last active
May 14, 2019 13:26
-
-
Save vladbatushkov/917afad02f3bbec0f6b27ad55bbf4f9a to your computer and use it in GitHub Desktop.
Best at the race in Formula 1.
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 (w:Winner) | |
RETURN w.pilot as pilot, w.country as race, count(w.pilot) as wins | |
ORDER BY wins DESC | |
LIMIT 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment