Re: How to sort strings containing a dot?

Поиск
Список
Период
Сортировка
От Adam Rich
Тема Re: How to sort strings containing a dot?
Дата
Msg-id 03d201c88e97$ca7091c0$5f51b540$@r@sbcglobal.net
обсуждение исходный текст
Ответ на Re: How to sort strings containing a dot?  (Pierre LEBRECH <pierre.lebrech@laposte.net>)
Ответы Re: How to sort strings containing a dot?  (Pierre LEBRECH <pierre.lebrech@laposte.net>)
Список pgsql-general
> By the way, I have just inserted a duplicate. Then I have run the
> select statement with distinct and I got an error.
>
> How one can solve this?
>

Does this work?

select distinct name
from (  select name from t order by replace(name, '.', 'a')) as t2



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

Предыдущее
От: "LARC/J.L.Shipman/jshipman"
Дата:
Сообщение: pg_ctrl stop problems (psql 8.2.5)
Следующее
От: Pierre LEBRECH
Дата:
Сообщение: Re: How to sort strings containing a dot?