Hi Team,
I need a help regarding the below query - In this query i want to set a property on a node using SET in combination with WITH clause.
MATCH (h:EMDB1) WHERE h.DLM IS NOT NULL
WITH h.NEW_DLM_DATA_2 AS H2, h.NEW_DLM_DATA_1 AS H1 , count(h.NE...