How to find record having % as part of data. - Mailing list pgsql-performance

From Biswa
Subject How to find record having % as part of data.
Date
Msg-id dbf0d51f-f8ca-4108-8b84-87e45c946e5f@k15g2000yqd.googlegroups.com
Whole thread Raw
List 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 by date:

Previous
From: Timothy Garnett
Date:
Subject: Performance Anomaly with "col in (A,B)" vs. "col = A OR col = B" ver. 9.0.3
Next
From: Biswa
Date:
Subject: Re: How to find record having % as part of data.