Re: Quota query with decent performance? - Mailing list pgsql-sql

From Troels Arvin
Subject Re: Quota query with decent performance?
Date
Msg-id pan.2003.11.12.09.32.30.225407@arvin.dk
Whole thread Raw
In response to Quota query with decent performance?  (Troels Arvin <troels@arvin.dk>)
List pgsql-sql
On Tue, 11 Nov 2003 18:49:31 -0500, Chester Kustarz wrote:

[... cut efficient top-3 youngest query wanted ...]

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

Thanks - it works; why didn't I think of that?

-- 
Greetings from Troels Arvin, Copenhagen, Denmark




pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: Quota query with decent performance?
Next
From: Troels Arvin
Date:
Subject: Re: Quota query with decent performance?