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 |
who introduced sql?
What is sqlservr exe?
can i use dbms_output.put_line in a function u are telling as return statement
how to remove records from table? no name 1 a 2 b 1 a 2 b 3 c
What are the sql aggregate functions?
What is the difference between row level and statement level trigger?
Explain correlated query work?
What is Materialized View? In What Scenario we Use Materialized View?
what is global variable in pl/sql
Differentiate between pl/sql and sql?
Are dml statements autocommit?
Can a table have two primary keys?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)