Re: [SQL] trivial problem

Поиск
Список
Период
Сортировка
От Mathijs Brands
Тема Re: [SQL] trivial problem
Дата
Msg-id 19991029163253.A20151@ilse.nl
обсуждение исходный текст
Ответ на trivial problem  (Frank Joerdens <frank@x9media.com>)
Список pgsql-sql
On Fri, Oct 29, 1999 at 02:55:29PM +0200, Frank Joerdens allegedly wrote:
> this sounds as if there must be a rather trivial solution:
> 
> i am looking for the 50 rows with the largest value for a particular
> column. i could create a view with 
> 
> create view as select * from table order by column; 
> 
> and then somehow only retrieve the top 50 rows . . . but how?
> 
> thanks
> 
> frank
> 
> ************

Use limit?

Mathijs


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

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: [SQL] trivial problem
Следующее
От: "Roderick A. Anderson"
Дата:
Сообщение: Re: [SQL] trivial problem