M saving the data in to db using json format such as example :
state_id city_id
["21"] ["32,35,67"]
And now want to search using mysql query(codeigniter) where state_id = 21 AND city_id = 32.
Can any one please help me, While googling i found one stuff "json_extract" but it's unable to know how to use it in query.
json_extract? If so show us