find and replace string
newuser7Feb 27 2012 — edited Feb 27 2012Hi,
I need to find and replace the below string
tab.name1 in ('135') \
as tab.name1 in ('123',124','167') \
and each time the values in brackets will vary so i coulldnt search with tab.name1 in ('135') \ always
how to achieve this?
thanks in advance