Skip to content

Instantly share code, notes, and snippets.

@cairesr
Created November 2, 2014 18:00
Show Gist options
  • Save cairesr/a5545f4e78b82d38597f to your computer and use it in GitHub Desktop.
Save cairesr/a5545f4e78b82d38597f to your computer and use it in GitHub Desktop.
Matches all added tracks
MATCH (t)<-[:ADDED_TO]-(addedT) RETURN t, addedT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment