Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> How to get fixed number of rows from the result of SELECT

How to get fixed number of rows from the result of SELECT

From: Sun Guonian <sun_at_cnnic.net.cn>
Date: Sat, 28 Sep 2002 11:15:51 +0800
Message-ID: <3D951EE7.A0B0A883@cnnic.net.cn>


I have a table with about 1000 records, I want to output them to the webpage only 10 records per page by CGI. when user click next, he will get the next 10 records.

I could do it by select them all, but it cost too many time. I wonder if there some better method to do it with SQL.

Sun Guonian Received on Fri Sep 27 2002 - 22:15:51 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US