id | Date | amount |
1 | 10/05/2013 12:00:00 AM | 2000 |
2 | 11/03/2013 12:00:00 AM | 4000 |
3 | 12/03/2013 12:00:00 AM | 3000 |
i want the total amount to be calcutaled for every month,day and year..what is the query for it
id | Date | amount |
1 | 10/05/2013 12:00:00 AM | 2000 |
2 | 11/03/2013 12:00:00 AM | 4000 |
3 | 12/03/2013 12:00:00 AM | 3000 |