> > AND NONE(r in rels : type(r) IN ["exception1", "exception2", > "exception3"]) > I think it should be: and none(r in rels WHERE typer(r) in ["exception1", "exception2", "exception3"])
Where in place of colon. Regards, Karol -- 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/groups/opt_out.
