I have a table that contain following values separated by comma in column 'abc'.
(p,q,r,s,t)
I want to create a mysql select query that can fetch rows that matches any value from this subset. e:g if i want to fetch rows that with matching character 'p' then it should display that row which contains 'p' among one of the values.Any suggestions? I tried googling a lot but it didn't help me