QUESTION POSED ON: 13 January 2009
I have a table which contains four columns: customer_name, product_name,
date sold and quantity. I want to do the sum of quantity groupby product and
date sold, and print that in the three days duration, meaning 1st, 2nd, 3rd Jan
on 3 Jan, 4,5 and 6 on 6th Jan and so on. How can I do this?
|