how to remove the duplicate elements from an array?

Поиск
Список
Период
Сортировка
От Yi Zhao
Тема how to remove the duplicate elements from an array?
Дата
Msg-id 1217099538.5215.2.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Wrapper to use correct version of psql?  (Steve Atkins <steve@blighty.com>)
Ответы Re: how to remove the duplicate elements from an array?  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Список pgsql-general
hi all:
if I create an array '{44,55,66,c4,55,66,b4,55,66}',
how to remove the duplicate elements(55, 66) from it, after remove, the
array will be
'{44,55,66,c4,b4}'

thanks.


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

Предыдущее
От: owen hartnett
Дата:
Сообщение: Re: Strange Postgresql behavior solved
Следующее
От: "Julian Scarfe"
Дата:
Сообщение: Casting composite types