Hi, I have following Schema below:
For easy to see, here is the structe:
CREATE (:Customer)-[:BUY {InvoiceId, UnitPrice}]->(:Product)
Customer can have many Invoice(:BUY relation ship), I want to find Which customers increased spending from the firs...