Escaping Single Quote character in the IN clause
814917Sep 13 2012 — edited Sep 14 2012Hi,
I want to query a table with IN clause. The data might consist of strings with '(single Quote). So when I put the strings in the IN clause like IN('string1','string2'), the query gets corrupted in case the string consists of single quote character.
Please let me know how to escape this character.
Thanks,
Kartheek