Created
May 11, 2019 16:56
-
-
Save vladbatushkov/da5bb62d2c3b631d7d557f63fc315b24 to your computer and use it in GitHub Desktop.
The most "mix-genre" bands.
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 (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