I am using neo4j MATCH
and get two list of User: listA,listB,
and listB is part of listA
how can I return users only in listA but not in listB use cipher query
the cipher like :
MATCH listA, listB
RETURN listA - listB
Here is my previous question: neo4j cypher multi relationship between nodes
Done See solution in the link above