Re: ORDER BY Problem

Поиск
Список
Период
Сортировка
От Eric G. Miller
Тема Re: ORDER BY Problem
Дата
Msg-id 20010605193308.C23813@calico.local
обсуждение исходный текст
Ответ на ORDER BY Problem  (Severin Olloz <S.Olloz@soid.ch>)
Список pgsql-general
On Wed, Jun 06, 2001 at 03:17:36AM +0200, Severin Olloz wrote:
> Hello...
>
> Why does Postgresql order the uppercase letters first?

Because all uppercase letters come before the lowercase letters. Maybe
"ORDER BY lower(<column>)" will work?  This should also be locale
dependent ...

--
Eric G. Miller <egm2@jps.net>

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

Предыдущее
От: "Erik Pearson"
Дата:
Сообщение: Sequences in transaction context
Следующее
От: Tod McQuillin
Дата:
Сообщение: Re: ORDER BY Problem