Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Need sql query

Siddharth SinghNov 27 2012 — edited Nov 27 2012
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 25 2012
Added on Nov 27 2012
5 comments
120 views