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 do you mean by cdb and pdb in oracle 12c?
Can we convert a date to char in oracle and if so, what would be the syntax?
Differentiate between pre-select and pre-query?
Why do you create or replace procedures rather that drop and recreate.
What is a cursor in oracle?
What is a table index in oracle?
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
Please explain joins in oracle?
How to pass a cursor variable to a procedure?
Can multiple columns be used in group by in oracle?
What is the relation of a user account and a schema in oracle?
why dont we assign not null constraint as table level constraint.
How to create a stored procedure in oracle?
How to work with data objects interactively?
Explain the difference between replace() and translate() functions in oracle?