sales
5 つのフィールドを持つ名前のテーブルがあります。
id
date
id_store
id_customer
price
テーブルcustomers
:
customers.id
customers.name
そしてテーブルstores
:
stores.id
stores.name
私はこの結果を得たい:
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...
出来ますか?