Re: Is this "order by" logic right

Поиск
Список
Период
Сортировка
От Dennis Gearon
Тема Re: Is this "order by" logic right
Дата
Msg-id 3F71B99E.8070902@fireserve.net
обсуждение исходный текст
Ответ на Is this "order by" logic right  (Josué Maldonado <josue@lamundial.hn>)
Список pgsql-general
What should we comment on?

翽 wrote:

> Hello list,
>
> The query has the following in the where:
>
> UPPER(cty_Name) LIKE 'NEW%' ORDER BY cty_name
>
> it returns the data in this way:
>
> Newark
> Newark
> New Britain
> Newburgh
> New Cannan
> New Castle
> Newcomerstown
>
> The table has index on cty_name (btree), I'll appreciate any comments
> or suggestions about it.
>
> Thanks
>


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

Предыдущее
От: "Daniel E. Fisher"
Дата:
Сообщение: Help again with 7.3
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pltcl problem