how can i build a query select ... like
with :
select x,y, from y,z,
where w like '%y%' ?????????
I want the y to be the value and not a single string or character!!!
For example if all the y's are values like names : "Peter,John,Bob,..." to find the w ' s that contain the name :"Peter,John,Bob,..." and not the y character or the &y or the $y e.t.c.Is there a way to do that ???
Anyone idea???
