Skip to content

Instantly share code, notes, and snippets.

@vladbatushkov
Last active May 14, 2019 13:26
Show Gist options
  • Save vladbatushkov/917afad02f3bbec0f6b27ad55bbf4f9a to your computer and use it in GitHub Desktop.
Save vladbatushkov/917afad02f3bbec0f6b27ad55bbf4f9a to your computer and use it in GitHub Desktop.
Best at the race in Formula 1.
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