Neo4j Cypher query for many to many relationship
问题 I have a graph that looks like the following: Brand--SOLD_BY-->Store One brand of a certain item can be sold by multiple stores. Similarly, a single store can sell multiple brands of items. What I want to achieve is find all the stores that sell a particular brand but in the result along with the store, I would also like the other brands that are sold by that particular store. For example: Brand1 is sold by StoreA, StoreB, StoreC. The result should look something like.. StoreA - Brand1,