Page Management

Поиск
Список
Период
Сортировка
От Samuel J. Sutjiono
Тема Page Management
Дата
Msg-id 01b101c1bbb3$8725dc30$110a010a@headquarters.wcgroup.com
обсуждение исходный текст
Ответы Re: Page Management  ("Nick Fankhauser" <nickf@ontko.com>)
Список pgsql-sql
Hello,
 
I have a question on page management. I want my web page to display the first 10 rows (of 100 in the result set).  If user clicks next page, it executes the same SQL (in Stored Procedure) and displays records 11-20.  What is the most efficient way to accomplish this ?   Should I use LIMIT and OFFSET or Fetch from cursor ?
 
I appreciate any help.
 
Regards,
Sam

В списке pgsql-sql по дате отправления:

Предыдущее
От: "Samuel J. Sutjiono"
Дата:
Сообщение: How does Index Scan get used
Следующее
От: Roberto Mello
Дата:
Сообщение: Re: Postgres vs. Mysql