How to delete nodes that do not have specified properties (except <id> )?
<id>
To remove nodes without a certain Holy Island try
MATCH (n) WHERE NOT EXISTS(n.fooProperty) DETACH DELETE n
to remove nodes that have no properties at all:
MATCH (n) WHERE keys(n) = [] DETACH DELETE n
Source: https://ru.stackoverflow.com/questions/493828/More articles:c # binding events to several elementsLaravel and Angular, what to write in .htaccess?Bluetoth send data without confirmation and pairingThe iterator method next () returns an Object, not the specified type.Yii2: limiting the output of the databaseProper implementation of event binding to itemView from the listRotation of the camera around the objectBitrix: property “Reference” in the template of the component “News in detail”Checking checkboxes through the databaseYII2 createAbsoluteUrl creating a link with 2 variablesAll Articles