Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@sent-hil
Last active December 17, 2015 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sent-hil/5601204 to your computer and use it in GitHub Desktop.
Save sent-hil/5601204 to your computer and use it in GitHub Desktop.
Delete neo4j db
start kod=node:koding('id:*') match kod-[r]-() delete kod, r;
//start kod=relationship(*) delete kod;
//start kod=node(*) delete kod;
//start n=node(*) return count(*);
//start r=rel(*) return count(*);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment