Re: Use of the LIMIT clause ?

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Use of the LIMIT clause ?
Дата
Msg-id Pine.BSF.4.21.0103121421400.97339-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Use of the LIMIT clause ?  (Richard Bayet <bayet@enseirb.fr>)
Список pgsql-admin
IIRC, the postgres syntax uses limit and offset for what rows to get
(ie LIMIT 1 OFFSET 10)

On Mon, 12 Mar 2001, Richard Bayet wrote:

> I read on a website dedicated to MySQL, that the limit clause allows
> someone to restrict the result of a query to a certain domain.
> Exemple : "select id, title from movie order by id limit 3" -> only the
> (here, first) 3 lines of the table
> I did knew about this, but the author goes further about the "limit
> N,P", which allows someone to get only results between the Nth and Pth
> lines of the whole result...
> I tried this with psql, but couldn't get anything but parse errors.
> However, "\h select" does mention "LIMIT [count, all] {offset, START}"
> So, is it possible or not ? And what's the correct syntax ?


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

Предыдущее
От: Richard Bayet
Дата:
Сообщение: Use of the LIMIT clause ?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Strange behavior with timestamps