Rownum
542647Feb 11 2008 — edited Feb 11 2008Hi,
Can i have a way out where i can take out data lets say from row 5 to 10 without couting all the records on table.Lets say i have a table emp where i have N number of records.i want to list records from row 5 to 20 without checking total number of records exist in emp table to reducre the time in that query.