Last active
May 14, 2019 13:25
-
-
Save vladbatushkov/3820ac9632ca8a4cf7c08e3b8be659c4 to your computer and use it in GitHub Desktop.
Best of the best 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, 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