Query to get max and second max in oracle in one query ?
Answer Posted / braulio
-- that's it
select * from
(select max(salary) from salary)
where rownum = 2
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a view and how is it different from a table?
Is postgres faster than oracle?
What is instant client oracle?
how may join possible between (requisition with purchase order)
How to apply filtering criteria at group level in oracle?
What is oracle sid?
Explain how you would restore a database using RMAN to Point in Time?
What do you understand by a database object? Can you list a few of them?
Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.
How to write a query with a right outer join in oracle?
Can we use bind variables in oracle stored procedure?
Is oracle an operator?
How do I know if oracle is installed on windows?
What is Reduced List of Values?
How to create a new table in oracle?