How can return max date row
A b c d e
1 2 1-mar-09 5 10
1 2 10-mar-09 5 10
Only using oracle predefined function. Not user defined.
Output:--
A b c d e
1 2 10-mar-09 5 10

Answer Posted / apsar

select * from tal_name where rownum<=1 order by c desc

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are advantages of dateset in datastage?

1739


How to create a new table in oracle?

584


What is primefaces used for?

552


How would you change old and new values in an insert, delete and update triggers?

538


How to connect the oracle server as sysdba?

623






What is the use of oracle?

543


What is the minimum client footprint required to connect c# to an oracle database?

560


What is the difference between a primary key & a unique key?

584


What are group functions in oracle?

581


In what script is snap$ created? In what script is the scott/tiger schema created?

2235


Explain the use of compress option in exp command.

544


What is the use of file param in imp command?

638


Is there any function in oracle similar like group_concat of mysql?

534


Which is faster join or subquery in oracle?

531


What are temporal data types in oracle?

592