Prova questo....
select a.date,sum(b.qty * b.price) As sum from sales As a, product As b where DATE_FORMAT(a.date,'%d-%m-%Y') between '27-05-2014' AND '28-05-2014' and a.id_sale=b.id_sale group by a.date
Prova questo....
select a.date,sum(b.qty * b.price) As sum from sales As a, product As b where DATE_FORMAT(a.date,'%d-%m-%Y') between '27-05-2014' AND '28-05-2014' and a.id_sale=b.id_sale group by a.date
Installazione e utilizzo di MySQL 5 su Windows 7
Un modello di database per un sondaggio online. Parte 4
Come aggiornare la colonna del tipo di dati JSON in MySQL 5.7.10?
Come ottenere tutte le tabelle che hanno un vincolo di chiave primaria creato nel database di SQL Server - Tutorial di SQL Server / TSQL 57