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!

How to find a column value for a min(another column) please...

2731924Aug 13 2014 — edited Aug 14 2014

Hello Good Moring All,

Could some body please guide me

I need to create a function, which takes orderNo parameter and gives eft_status column value  for min(Last_update_date)

for ex, I have a table called TN_Edge which has column OrderNo, eft_status, Last_update_date, so need to return the eft_status for the order number on min(last_update_Date)

Please Help me,

Thank you in Advance,

Asita

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 11 2014
Added on Aug 13 2014
9 comments
2,500 views