how to retrieve 1st and last row of table without using
group functions??
Answer Posted / ajay reddy
Select * from (select e.*,rownum r from emp e) where r in(1,(select count(*) from emp));
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an oracle cursor variable?
Explain about your project and its relation to the current job position you are applying to?
How to convert numbers to characters in oracle?
How many types of cluster table in Oracle?
Hi Can any one tell me what are the API's used in requisition import.
What is dual table oracle?
What is varray?
What are the execution control statements?
How to count duplicated values in a column in oracle?
Please explain compound trigger in oracle?
How to call a sub procedure?
Why do you create or replace procedures rather that drop and recreate.
Oracle
How to build data dictionary view an new database?
hey friends, What are the steps I can do to transfer the database from Microsoft Access 2003 to oracle10g (or SQL) Best regards