Skip to content

Instantly share code, notes, and snippets.

@mneedham
Created November 6, 2013 16:02
Show Gist options
  • Select an option

  • Save mneedham/7338746 to your computer and use it in GitHub Desktop.

Select an option

Save mneedham/7338746 to your computer and use it in GitHub Desktop.
WITH me.name AS me, COLLECT(friend.name) AS friends
RETURN me, [HEAD(friends)] + [HEAD(TAIL(friends))] + [HEAD(TAIL(TAIL(friends)))] + [HEAD(TAIL(TAIL(TAIL(friends))))] + [HEAD(TAIL(TAIL(TAIL(TAIL(friends)))))]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment