Skip to content

Instantly share code, notes, and snippets.

@Spaider
Created February 23, 2015 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Spaider/5af3a4e3ba17ff507fb9 to your computer and use it in GitHub Desktop.
Save Spaider/5af3a4e3ba17ff507fb9 to your computer and use it in GitHub Desktop.
Several athletes with same RSVP
match (a:Athlete)-[ar]->(r:RSVP)
with r, count(a) as cnt
where cnt > 1
return id(r), cnt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment