How to find record having % as part of data.

Поиск
Список
Период
Сортировка
От Biswa
Тема How to find record having % as part of data.
Дата
Msg-id dbf0d51f-f8ca-4108-8b84-87e45c946e5f@k15g2000yqd.googlegroups.com
обсуждение исходный текст
Список pgsql-performance
Hi,
I am having problem retrieving data with % in the value. I tried a lot
but so far i have no luck.

for example i have first name = 'abc', middle name = 'pq%', last name
= '123'

I want to list all the entries that ends with %. Because those are
wrong entries and i want to remove % from the middle name and retain
'pq' only.

Any help is very much appreciated.

Thanks
Biswa.

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

Предыдущее
От: Timothy Garnett
Дата:
Сообщение: Performance Anomaly with "col in (A,B)" vs. "col = A OR col = B" ver. 9.0.3
Следующее
От: Biswa
Дата:
Сообщение: Re: How to find record having % as part of data.