I want to use 'distinct' on >1 columns. Here is an example query match (a:A)-[r1]->(b:B), (a)-[r2]->(c:C), (a)-[r3]->(d:D), (b)-[r4]->(c), (b)-[r5]->(d), (c)-[r6]->(d) return count(distinct a,b,c);
It says syntax is wrong for distinct. How can I accomplish my task? I guess there will be support for distinct on more than one type of nodes. Please help. -- 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 neo4j+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.