I have got a filed in my database table which stores categories. I am storing the categories in the following format:
1,12,15
Now when I try to
WHERE FIND_IN_SET('1', prod_catg)