Skip to content

Instantly share code, notes, and snippets.

@nicysneiros
Last active April 13, 2017 20:41
Show Gist options
  • Save nicysneiros/672bdd1e29f4c4986646c828e7dda5a6 to your computer and use it in GitHub Desktop.
Save nicysneiros/672bdd1e29f4c4986646c828e7dda5a6 to your computer and use it in GitHub Desktop.
MATCH (john:User), (mary:User)
WHERE john.name="John" AND mary.name="Mary"
CREATE (john)-[f:FRIENDS_WITH]->(mary)
RETURN john, f, mary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment