Re: Quota query with decent performance?

From: Troels Arvin <troels(at)arvin(dot)dk>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Quota query with decent performance?
Date: 2003-11-12 10:57:08
Message-ID: pan.2003.11.12.10.57.08.335463@arvin.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Tue, 11 Nov 2003 18:49:31 -0500, Chester Kustarz wrote:

> select *
> from person
> where age <=
> (select age from person order by age limit 1 offset 2);

Integrated into http://troels.arvin.dk/db/rdbms/#select-top-n

--
Greetings from Troels Arvin, Copenhagen, Denmark

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Martin Kuria 2003-11-12 11:28:07 Re: search facilities
Previous Message Troels Arvin 2003-11-12 09:32:30 Re: Quota query with decent performance?