Skip to content

Instantly share code, notes, and snippets.

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