Hi, I want to run a cypher query which will return me all the nodes of label A,B,C but not of label D. I tried using below query :
MATCH (n1)-[:R1:R2*0..]->(n2:A:B:C) RETURN n1,n2 but I get 0 result. is there a way where I could say return all nodes except of label D ? Regards, Renuka. -- 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.
