Easier way to 'strip' on multiple matches?

Поиск
Список
Период
Сортировка
От Marc G. Fournier
Тема Easier way to 'strip' on multiple matches?
Дата
Msg-id 20050109143121.G6902@ganymede.hub.org
обсуждение исходный текст
Список pgsql-sql
I need to strip out all spaces, and all \' from a string ... is there an 
easier way then doing:

select lower(replace(replace(name, ' ', ''), '\\\'', '')) from business;

Thanks ...

----
Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
Email: scrappy@hub.org           Yahoo!: yscrappy              ICQ: 7615664


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

Предыдущее
От: "Dmitri Bichko"
Дата:
Сообщение: Question about insert/update RULEs.
Следующее
От: "none none"
Дата:
Сообщение: TEXT blob extraction in ecpg