Query to get max and second max in oracle in one query ?
Answer Posted / asdasd
SELECT min(gross) FROM(SELECT distinct(gross) FROM
srbs_staff_pay_dtls ORDER
BY gross DESC) WHERE ROWNUM<=4;
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
How to define an explicit cursor in oracle?
What is define in oracle?
What is a proxy class?
How do I know if oracle client is installed on windows?
What is query image?
How to get a create statement for an existing table?
Explain parameter file in oracle.
how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?
What is the dynamic sql in oracle?
Why do we need integrity constraints in a database?
What happens if the imported table already exists?
How to initialize variables with default values?
What do you mean by merge in oracle?
Which is faster join or subquery in oracle?
Explain cascading triggers.