Re: problem selecting multiple records (again!) - Mailing list pgsql-novice

From Nabil Sayegh
Subject Re: problem selecting multiple records (again!)
Date
Msg-id 991784895.8441.2.camel@billy.labor.localnet
Whole thread Raw
In response to Re: problem selecting multiple records (again!)  (Manuel Sugawara <masm@fciencias.unam.mx>)
List pgsql-novice
On 05 Jun 2001 17:01:14 -0500, Manuel Sugawara wrote:
>
> something like
>
> select * from events where ref in (select distinct ref from events limit 3);
>
> will do what you want.

Not exactly, he wanted the NEXT 3 events.

[...]
> > now suppose that today is 2001-05-09 and i want to publish on my web-site
> > the next 3 events:
[...]

--
 Nabil Sayegh



pgsql-novice by date:

Previous
From: Manuel Sugawara
Date:
Subject: Re: problem selecting multiple records (again!)
Next
From: Manuel Sugawara
Date:
Subject: Re: problem selecting multiple records (again!)