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

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -