Re: fetch first rows of grouped data - Mailing list pgsql-sql

From D'Arcy J.M. Cain
Subject Re: fetch first rows of grouped data
Date
Msg-id 20070827125102.e52b43de.darcy@druid.net
Whole thread Raw
In response to fetch first rows of grouped data  (Claudia Kosny <ckosny@gmx.net>)
Responses Re: fetch first rows of grouped data  (Joel Richard <postgres@joelrichard.com>)
List pgsql-sql
On Mon, 27 Aug 2007 18:36:47 +0200
Claudia Kosny <ckosny@gmx.net> wrote:
> I have a list of events that take place in a certain city at a certain 
> date. Now I would like to have the first two (ordered by date) events 
> for each city.
> 
> Is there a way to do this with one query?
> I am using PostgreSQL 7.4.

I believe you are looking for the LIMIT keyword.  Check the docs on the
web site.

-- 
D'Arcy J.M. Cain <darcy@druid.net>         |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 425 1212     (DoD#0082)    (eNTP)   |  what's for dinner.


pgsql-sql by date:

Previous
From: Claudia Kosny
Date:
Subject: fetch first rows of grouped data
Next
From: Joel Richard
Date:
Subject: Re: fetch first rows of grouped data