Hi All,
I have a problem with query
my table is
id header searchstr
1 name1 s,r,d,c,b,a,r
2 name2 a,b,c,d,x,y
3 name3 a,hh
4 name4 s
i want to return all of the row if i send a value 's'
eg. if i sent 'c' then it must be return name1,name2
how can i do that ?