I have a table named sales with 5 fields:
iddateid_storeid_customerprice
The table customers:
customers.idcustomers.name
And the table stores:
stores.idstores.name
I want to get this result:
January, Total customer name1, Total customer name2 ..., Total store name 1, Total store name 2...
February, Total customer name1, Total customer name2 ..., Total store name 1, Total store name 2...
March, Total customer name1, Total customer name2 ..., Total store name 1, Total store name 2...
April...
is it possible?