Re: [INTERFACES] Table viewer for big sorted tables

Поиск
Список
Период
Сортировка
От Ryszard Kurek
Тема Re: [INTERFACES] Table viewer for big sorted tables
Дата
Msg-id 19991016230250.B4742@fnet.pl
обсуждение исходный текст
Ответ на Re: [INTERFACES] Table viewer for big sorted tables  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-interfaces
On Sat, Oct 16, 1999 at 04:20:30PM -0400, Tom Lane wrote:
> Ryszard Kurek <rychu@sky.pl> writes:
> > The slow version is:
> > SELECT min(product_symbol) FROM products WHERE product_name > 'current_product';
> 
> Try
> 
> SELECT ... FROM products WHERE product_name > 'current_product' ORDER BY product_name LIMIT 1;

I've tried several combination but not this particual one...

IT WORKing now !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1

thank you very much, you saved my life :)

-- 
pozdrowienia, Ryszard Kurek                                   UIN: 1741033
mailto:rychu@sky.pl  * sms: 501128171@sms.centertel.pl * www.fnet.pl/rychu


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [INTERFACES] Table viewer for big sorted tables
Следующее
От: Jan Dittberner
Дата:
Сообщение: Re: [INTERFACES] ODBC Driver for Linux