I have a user_apps table.
One of the column is appid which is a search able. As you can I see the picture of the column I have made a mistake as I am storing a coma seprated list.
In the record 3,4 and 6 there are ids as "2," "2" and "12,"
if I do a like '%2%' i get all three records - which is wrong.
if i do a like '%2,%' i get 2, and 12, and miss 2 - again it is wrong.
is there anyway i can sort it out at code level