trivial problem

Поиск
Список
Период
Сортировка
От Frank Joerdens
Тема trivial problem
Дата
Msg-id 19991029145529.A2258@flateric.x9media.com
обсуждение исходный текст
Ответы Re: [SQL] trivial problem
Re: [SQL] trivial problem
Список 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 по дате отправления: