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 / sivaraman (gasc)
select a,b,c,d,e from tbl_name where c = (select max(c)
from tbl_name)
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain do view contain data?
Is primary key indexed by default in oracle?
How to download oracle database 10g xe?
How to convert characters to times in oracle?
Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?
In AP we done Customizations for Late Payments Charges. For Reporting Purpose What are the Documents Prepared for Customer Understanding??
How to use "if" statements on multiple conditions?
how to clone 9i Database on to 10g Database.
How to view the data files in the current database?
What are the different types of record groups in oracle? Explain each of them
What is ordinary table in oracle?
How to assign query results to variables?
How to run queries on external tables?
What are the ansi data types supported in oracle?
what are bitmap indexes? How does they work?