trivial problem

From: Frank Joerdens <frank(at)x9media(dot)com>
To: pgsql-sql(at)postgreSQL(dot)org
Subject: trivial problem
Date: 1999-10-29 12:55:29
Message-ID: 19991029145529.A2258@flateric.x9media.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Imtiaz. S. M 1999-10-29 13:18:29 Re: Re: [SQL] SQL Problem
Previous Message Holm Tiffe 1999-10-29 08:14:30 Problem with datetime