replace function in a query

Поиск
Список
Период
Сортировка
От Harpreet Dhaliwal
Тема replace function in a query
Дата
Msg-id d86a77ef0705210435v7a6e9e39w4d9eceace5d14963@mail.gmail.com
обсуждение исходный текст
Ответы Re: replace function in a query  ("William Leite Araújo" <william.bh@gmail.com>)
Список pgsql-general
Hi,

I have to write a query that does the following.

select column_x from tbl_xyz
where column_y = 'abc def ghi'

new line characters i.e. '\n' in column_y should be replaced with a space character i.e. ' ' in this query.
Is there any replace function that when used in the query with colulmn_y would do it?

Thanks,
~Harpreet

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

Предыдущее
От: Hannes Dorbath
Дата:
Сообщение: Re: TSearch2 memory usage
Следующее
От: "William Leite Araújo"
Дата:
Сообщение: Re: replace function in a query