View Single Post
  #1 (permalink)  
Old 08-19-02, 11:33
kulkarni_ash kulkarni_ash is offline
Registered User
 
Join Date: Aug 2002
Posts: 1
DB2 on AS400 and sql query question

Hi,
i am developing a web application in java using AS/400 as database, i have to write a sql query which will get only say 20 records from database even if there are 1000 records in the database, and then i can also set that i want records from 21 to 40 and 41 to 60,
I need this to display only 20 records per page .
so how can i do it,
Reply With Quote