Skip to content

Instantly share code, notes, and snippets.

@vladbatushkov
Created May 11, 2019 16:56
Show Gist options
  • Save vladbatushkov/da5bb62d2c3b631d7d557f63fc315b24 to your computer and use it in GitHub Desktop.
Save vladbatushkov/da5bb62d2c3b631d7d557f63fc315b24 to your computer and use it in GitHub Desktop.
The most "mix-genre" bands.
MATCH (b:Band)-[:OF]->(g:Genre)
RETURN b.name, count(g) as genres
ORDER BY genres DESC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment