Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to retrieve last tree records from table?
select *from emp where rownum > (select count(*)-3 from
emp);
i am using this query to get last three records from table
but its not giving any output, so please tell me what is the
error in this query.

Answer Posted / pavithra

select * from emp where rowid in(select rowid from emp
where rownum<=&upto minus select rowid from emp where
rownum<&start)

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is linq to sql?

1178


how to shut down the server with 'mysqladmin'? : Sql dba

1049


Which are the different types of indexes in sql?

1097


What does count (*) mean?

983


what are numeric data types? : Sql dba

1109


What is difference between group by and partition by?

1121


Why do we use set serveroutput on?

1011


What is the process of debugging?

1122


what are the limitations of identity column? : Transact sql

1159


what is the difference between myisam static and myisam dynamic? : Sql dba

1112


how to convert character strings to dates? : Sql dba

1094


What does bitemporal mean?

1112


What is a relationship and what are they?

1225


explain normalization concept? : Sql dba

1086


What does closing a cursor do?

1372