Re: Strange limit and offset behaviour....

Поиск
Список
Период
Сортировка
От Grzegorz Jaśkiewicz
Тема Re: Strange limit and offset behaviour....
Дата
Msg-id 2f4958ff0902071403i5d2a2fedma6cd342cf1a3d7f8@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Strange limit and offset behaviour....  (Bjørn T Johansen <btj@havleik.no>)
Ответы Re: Strange limit and offset behaviour....  (Bjørn T Johansen <btj@havleik.no>)
Список pgsql-general
On Sat, Feb 7, 2009 at 9:57 PM, Bjørn T Johansen <btj@havleik.no> wrote:
>> > SELECT * from table order by dato asc

is the field 'dato' the same in both cases ? if so - you're goood
just compare:

select dato from table order by dato asc limit 10;
with
select dato from table order by dato asc limit 10 offset 0;



--
GJ

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

Предыдущее
От: Bjørn T Johansen
Дата:
Сообщение: Re: Strange limit and offset behaviour....
Следующее
От: Bjørn T Johansen
Дата:
Сообщение: Re: Strange limit and offset behaviour....