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 }
Answers were Sorted based on User's Feedback
Answer / 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 |
What is a stored procedure in sql with example?
What is varchar used for?
How do I find sql profiler?
How much does sql certification cost?
What is AUTH_ID and AUTH_USER in pl/sql ?
what is sp_pkeys? : Transact sql
What are two virtual tables available during database trigger execution ?
What is left join in postgresql?
How exception handling is done in advance pl/sql?
Is join same as left join?
How to return more than one value from a function?
What is error ora-01000: maximum open cursors exceeded