Field value - 29,21,30,28,32,35,49,50,137
SELECT *
FROM `smartspace_pickups`
WHERE `cat_id` LIKE '%37%'
LIMIT 0 , 30
I have field in which the ids are stored comma separated now i tried to fetch data using the above query but it giving me the values with the ID 137 and 371. I only want the value with the id 37 in the string.