Skip to content

Instantly share code, notes, and snippets.

@qmaruf
Created May 16, 2014 16:11
Show Gist options
  • Save qmaruf/021e7e6ff33482d83324 to your computer and use it in GitHub Desktop.
Save qmaruf/021e7e6ff33482d83324 to your computer and use it in GitHub Desktop.
#get all nodes
START n=node(*)
RETURN n;
#delete all nodes
MATCH (n)
OPTIONAL MATCH (n)-[r]-()
DELETE n,r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment