Re: select question

Поиск
Список
Период
Сортировка
От Alfred Perlstein
Тема Re: select question
Дата
Msg-id 20000729113047.G21967@fw.wintelcom.net
обсуждение исходный текст
Ответ на select question  (<database@gurubase.com>)
Список pgsql-general
* database@gurubase.com <database@gurubase.com> [000729 10:57] wrote:
> Dear all,
>
> Is there a way I can select the top 50 rows from table, 51 - 100 rows from
> table etc.... (with order clause)? It is because I am writing a message board
> and I would like to create the prev/next button on different page.

I think you want to look at the OFFSET and LIMIT clauses explained in
the documentation.

-Alfred

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

Предыдущее
От:
Дата:
Сообщение: select question
Следующее
От: Lamar Owen
Дата:
Сообщение: Re: problem compiling php for pgsql