How to remove a set of characters in text-columns ?

Поиск
Список
Период
Сортировка
От Andreas
Тема How to remove a set of characters in text-columns ?
Дата
Msg-id 4E0CCE6F.70001@gmx.net
обсуждение исходный текст
Ответы Re: How to remove a set of characters in text-columns ?  (Steve Crawford <scrawford@pinpointresearch.com>)
Список pgsql-sql
Hi,
how can I remove a set of characters in text-columns ?
Say I'd like to remove { } ( ) ' " , ; . : !
Of course I can chain replace ( replace ( replace ( replace ( ... , '' ) 
.... and replace the chars one by one against an empty string ''.

There might be a more elegant way.
Is there ?


regards


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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: best performance for simple dml
Следующее
От: Steve Crawford
Дата:
Сообщение: Re: How to remove a set of characters in text-columns ?