How to sort strings containing a dot?

Поиск
Список
Период
Сортировка
От Pierre LEBRECH
Тема How to sort strings containing a dot?
Дата
Msg-id 47E91272.9090001@laposte.net
обсуждение исходный текст
Ответы Re: How to sort strings containing a dot?
Re: How to sort strings containing a dot?
Список pgsql-general
Hello,

I want to sort strings containing a dot but by taking care of this dot
like any other character.

example :

Currently, I get this after the sort :

co.aaa
co.abb
co.cab
com
co.ment
com.enta

But I would like to get this :

co.aaa
co.abb
co.cab
co.ment
com
com.enta

How I can do this?
Thank you


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

Предыдущее
От: "Roberts, Jon"
Дата:
Сообщение: Re: select any table
Следующее
От: "Roberts, Jon"
Дата:
Сообщение: Re: How to sort strings containing a dot?