Hi,
I'm stuck on the following problem...
I have a simple graph with Person and Product nodes, and BOUGHT relationships.
I need a cypher query that will return pairs (or lists) of Person nodes that bought exactly the same products.
So for instance, o...