When i am add new post that time select multiple category and store in database like 48,52 into single field sub_cat_id
I am try to get value using IN but not get properly
SELECT *
FROM tbl_listing
WHERE status='1' and sub_cat_id IN (52)
ORDER BY tbl_listing.company_name DESC LIMIT 0, 15
I am store value into db like below screenshot
Please help me