DETACH DELETE Neo4j 2.3.x/Cypher -


what behaviour , purpose of new cypher operator detach delete added in neo4j 2.3.x?

if want delete nodes, need delete relationships well. in previous versions need do:

match (n) optional match (n)-[r]-() delete n, r 

now can say:

match (n) detach delete n 

Comments

Popular posts from this blog

java - Checkbox item adds to spinner -

php - mySQL problems with this code? -

C# MVC AngularJS -