Re: Implementing next 30 (or so) rows "sliding window"

Поиск
Список
Период
Сортировка
От Jaime Casanova
Тема Re: Implementing next 30 (or so) rows "sliding window"
Дата
Msg-id 3073cc9b0912081142x4738ed1of5bd457edb19787b@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Implementing next 30 (or so) rows "sliding window"  (Allan Kamau <kamauallan@gmail.com>)
Ответы Re: Implementing next 30 (or so) rows "sliding window"  (Richard Broersma <richard.broersma@gmail.com>)
Список pgsql-general
On Tue, Dec 8, 2009 at 2:12 PM, Allan Kamau <kamauallan@gmail.com> wrote:
> Hi,
> I did follow the basic advise and consulted the documentation for
> "SELECT" and came across "[ FETCH { FIRST | NEXT } [ count ] { ROW |
> ROWS } ONLY]" clause which seems to satisfy my requirement.
>

that's basically LIMIT, you have to combine that with OFFSET

--
Atentamente,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Asesoría y desarrollo de sistemas
Guayaquil - Ecuador
Cel. +59387171157

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

Предыдущее
От: Allan Kamau
Дата:
Сообщение: Re: Implementing next 30 (or so) rows "sliding window"
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Tuesday (PST8PDT) Jeff Davis Presents: Operator Exclusion Constraints