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?
Список 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 по дате отправления: