I am stuck with trying to find a solution to my problem.
Here's my code :
MATCH(p:Product)
WITH sum(p.unitsInStock) as SommeUnits, p.supplierID as Supplier, p.reorderLevel as ReordLevel
MERGE(reord:Product {productName : "TotalReord", unitsInStock : ...