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...

I have a table which has thousand of records i want to
fetch only record num 100 to record num 200. Write a query
that satisfies this criteria.(Cant use any keys)
Anyone please reply ASAP!

Answer Posted / m4io

scrollable cursors
------------------
DECLARE cursor_name sensitivity SCROLL CURSOR FOR
SELECT ... FROM ...

open cursor

FETCH ABSOLUTE 100 FROM cursor_name

do 100 times
FETCH NEXT FROM cursor_name

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What r the comman abends in db2, jcl and cobol???????

2309


Mention the downsides of page level lock.

1212


In case if at some point of time db2 is down, would that impact the pre-compilation process of a db2-cobol program?

1090


What is a dbrm in db2?

1075


File not opened because library is *PROD and debug is UPDPROD(*NO). ? what may be the reason? how to solve it..?

3006


How to create db2 table in mainframe?

1215


What is a trigger in the db2 database?

1140


What is the use of reorg in db2?

1137


What db2 400?

1250


Highlight all the advantages that are attached to a package.

1169


What is db2 catalog database?

1088


What is null indicator in cobol db2?

1106


What is dbrm? What it contains? When it will be created?

1099


What is the difference between using bind () and rebind () methods of naming class?

1451


Can there be more than one cursor open for any program?

1223