Re: [SQL] trivial problem

Поиск
Список
Период
Сортировка
От Roderick A. Anderson
Тема Re: [SQL] trivial problem
Дата
Msg-id Pine.LNX.4.04.9910291001080.6068-100000@asgard.altoplanos.net
обсуждение исходный текст
Ответ на Re: [SQL] trivial problem  (Oleg Bartunov <oleg@sai.msu.su>)
Ответы Re: [SQL] trivial problem  ("tjk@tksoft.com" <tjk@tksoft.com>)
Список pgsql-sql
On Fri, 29 Oct 1999, Oleg Bartunov wrote:

> select * from table order by column limit 50
> 

It used to be and could still be in Oracle (sorry to pull them into this)
that limit applied to the selection clause so the first 'n' tulples
selected,not the top/bottom 'n', would be reported.  Would this be a feature of the SQL standard or of Oracles
implementation?  And how does PostgreSQL handle limits?

Rod
--
Roderick A. Anderson
raanders@altoplanos.net               Altoplanos Information Systems, Inc.
Voice: 208.765.6149                            212 S. 11th Street, Suite 5
FAX: 208.664.5299                                  Coeur d'Alene, ID 83814



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

Предыдущее
От: Mathijs Brands
Дата:
Сообщение: Re: [SQL] trivial problem
Следующее
От: "tjk@tksoft.com"
Дата:
Сообщение: Re: [SQL] trivial problem