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

Поиск
Список
Период
Сортировка
От Andreas
Тема Re: How to remove a set of characters in text-columns ?
Дата
Msg-id 4E0D3438.2060200@gmx.net
обсуждение исходный текст
Ответ на Re: How to remove a set of characters in text-columns ?  (Tim Landscheidt <tim@tim-landscheidt.de>)
Список pgsql-sql
Am 01.07.2011 04:17, schrieb Tim Landscheidt:
> besides the regexp_replace() solution mentioned by Charlie
> and Steve, you can also use TRANSLATE():
>
> | tim=# SELECT TRANSLATE('a{b''c"d!f', '{}()''",;.:!', '');

nice, 2 solutions for 1 problem.   :)
my replace...replace... was a wee bit tedious   ;)

thanks a lot to you, Charlie and Steve   :)


regards
Andreas


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

Предыдущее
От: Tim Landscheidt
Дата:
Сообщение: Re: How to remove a set of characters in text-columns ?
Следующее
От: gmb
Дата:
Сообщение: Usage of function retruning record in query