Skip to content

Instantly share code, notes, and snippets.

@apcj
Created June 18, 2014 19:27
Show Gist options
  • Save apcj/361a759dabfb1dc608f9 to your computer and use it in GitHub Desktop.
Save apcj/361a759dabfb1dc608f9 to your computer and use it in GitHub Desktop.
Squads that beat each other in the same world cup
MATCH (s:Squad) -[:BEAT]-> () -[:BEAT]-> (s)
RETURN s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment