I have an SQL table like this : sales(product,timestamp)
I want to display a chart using Open Flash Chart but i don't know how to get the total sales per hour within the last 12 hours. ( the timestamp column is the sale date )
array(12,5,8,6,10,35,7,23,4,5,2,16)
her sayı her saat toplam satış: Örnek olarak ben böyle bir dizi ile sona erecek.
Not: ben bu için php veya sadece mysql kullanmak istiyorum.
Teşekkürler