Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> How to get fixed number of rows from the result of SELECT
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
![]() |
![]() |