FWIW, in an application you can also use a CURSOR to process portions of a result set fetched without the FIRST <n> clause. Also you can use a SCROLL CURSOR to move forward and backward through a result set!
------------------------------
Art S. Kagel, President and Principal Consultant
ASK Database Management Corp.
www.askdbmgt.com------------------------------
Original Message:
Sent: Tue March 16, 2021 02:53 AM
From: Henri Cujass
Subject: select next rows
Hi Amit,
I prefer a small SPL routine in the case to go step by step through the result set - more flexible.
Regards
Henri
------------------------------
Henri Cujass
leolo IT, CTO
Germany
Original Message:
Sent: Mon March 15, 2021 09:38 AM
From: AMIT PATEL
Subject: select next rows
Hello All,
How can I select Next few rows . e.g. SELECT FIRST 1000 * FROM emp ----> it will give me first 1000 record.
But if I need next 1001 - 2000 rows , then how can I select in Informix 11.70?
Kindly guide.
Thanks
Amit Patel
------------------------------
AMIT PATEL
------------------------------