Need sql query
I need below output . Thanks in advance
5 4/1/2012 --(2+3- Here adding two value and in the date column max date will come and order by created date)
9 2/1/2012 --(4+9)- Here adding two value and in the date column max date will come and order by created date)
----------------------------------------------- data in table in below format
Value1 Created Date
2 4/1/2012
3 3/1/2012
4 2/1/2012
5 1/1/2012