Remove Duplicate Words from a field - Mailing list pgsql-general

From Sukuchha Shrestha
Subject Remove Duplicate Words from a field
Date
Msg-id 348628.24982.qm@web29107.mail.ird.yahoo.com
Whole thread Raw
Responses Re: Remove Duplicate Words from a field  (Raymond O'Donnell <rod@iol.ie>)
Re: Remove Duplicate Words from a field  (Sim Zacks <sim@compulab.co.il>)
Re: Remove Duplicate Words from a field  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-general
Dear All,

I am new to Postgresql. I have a field with lots of  dublicate words and i want to remove any dublicate word from that field.

For example, if i have a field with a string " one, one, two, two, three", how would i get " one, two, three" only ?

Any help is much apprecieated !

Sukuchha  

pgsql-general by date:

Previous
From: Nick Raj
Date:
Subject: arguments are not toastable
Next
From: Raymond O'Donnell
Date:
Subject: Re: Remove Duplicate Words from a field