Skip to content

Instantly share code, notes, and snippets.

@Spaider
Created February 23, 2015 11:14
Show Gist options
  • Save Spaider/0106d62ac3af821021fd to your computer and use it in GitHub Desktop.
Save Spaider/0106d62ac3af821021fd to your computer and use it in GitHub Desktop.
RSVP with more than one Event
match (r:RSVP)-[rr:RSVP_RACE]->(race:Race)
with r, count(race) 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