Sorting CSV string and removing Duplicates

Поиск
Список
Период
Сортировка
От Alex Magnum
Тема Sorting CSV string and removing Duplicates
Дата
Msg-id CA+cR4zeD9tK+vYwVHBTY_fO0EN_-9dzcTsrRf=2XL6nmdpAKqQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Sorting CSV string and removing Duplicates  (dinesh kumar <dineshkumar02@gmail.com>)
Re: Sorting CSV string and removing Duplicates  (Yves Dorfsman <yves@zioup.com>)
Re: Sorting CSV string and removing Duplicates  (Chris Mair <chris@1006.org>)
Список pgsql-general
Hello,

I have a csv string in a text field that is unsorted and contains duplicates.
Is there a simple way to remove these and sort the string.

E.g 
2,18,20,23,1,27,1,2,8,16,17,18,20,22,23,27 

i tried string to array and unique but that did not work...
Any suggestions on how to do this without writing a function?

Any help is appreciated.

Thanks
A

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Problems with timezone
Следующее
От: dinesh kumar
Дата:
Сообщение: Re: Sorting CSV string and removing Duplicates