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
What is a initialization parameter file in oracle?
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?
What are triggers in oracle?
i wrote a pl/sql procedure. it must run every sunday 4.40 How can i schedule it with the help of dbms_jobs (or another other procedure with out creating bat file,exe file)
What are the original export and import utilities?
How to create a server parameter file?
Explain the difference between replace() and translate() functions in oracle?
How to Truncate Table in Oracle
How to use attributes of the implicit cursor in oracle?
How to load excel data sheet to oracle database
Are truncate and delete commands same? If so why?
What is primefaces used for?
How does oracle handle read consistency?
How to use regular expression in pattern match conditions in oracle?
How to work with data objects interactively?