trivial problem

Поиск
Список
Период
Сортировка
От Frank Joerdens
Тема trivial problem
Дата
Msg-id 19991029145529.A2258@flateric.x9media.com
обсуждение исходный текст
Ответы Re: [SQL] trivial problem  (Oleg Bartunov <oleg@sai.msu.su>)
Re: [SQL] trivial problem  (Mathijs Brands <mathijs@ilse.nl>)
Список pgsql-sql
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


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

Предыдущее
От: Holm Tiffe
Дата:
Сообщение: Problem with datetime
Следующее
От: "Imtiaz. S. M"
Дата:
Сообщение: Re: Re: [SQL] SQL Problem