Re: Quota query with decent performance?

Поиск
Список
Период
Сортировка
От Troels Arvin
Тема Re: Quota query with decent performance?
Дата
Msg-id pan.2003.11.12.09.32.30.225407@arvin.dk
обсуждение исходный текст
Ответ на Quota query with decent performance?  (Troels Arvin <troels@arvin.dk>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Quota query with decent performance?
Следующее
От: Troels Arvin
Дата:
Сообщение: Re: Quota query with decent performance?