Created
November 2, 2014 18:00
-
-
Save cairesr/a5545f4e78b82d38597f to your computer and use it in GitHub Desktop.
Matches all added tracks
This file contains 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 (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