>
> MATCH (n:Label)
>> WITH n.uniqueId *as ID*, collect(n) as nodes
>> WHERE size(nodes) > 1
>> FOREACH (n in tail(nodes) | DELETE n)
>>
> Yes, the above removes nodes that duplicate by `uniqueId`.

Thank you Michael.

G

 

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to