How do you retrieve set of records from database server.
{Set max records = 100 & use paging where pager page no or
records = 10 & after displaying 100 records again connect to
database retrieve next 100 }
Answer Posted / pandu
Hi the above posted Querry is wrong
this is Correct
Select * from TableName
where rowid in(
Select rowid from TableName
where rownum =&upto(EX <=100,200
minus
select rowid from TableName
where rownum<=&from(EX =1,101)
)
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
When you have to use a default "rollback to" savepoint of plvlog?
How to use sql statements in pl/sql?
How to use boolean type in select statement?
What is a pl/sql block?
How can check sql version from command line?
Explain table and field in sql?
Why do you partition data?
How does cross join work in sql?
Who is the owner of mysql database?
What is trigger point?
Is ms sql is free?
Is sql injection illegal?
what is the difference between primary key and unique key? : Sql dba
Explain autonomous transaction.
How do you write an index?