I have two tables
Stores=> id,zip_id,stores
Zips => id,zip_code,county,state
the column store in store table is comma separated values , how can i get all the stores states wise.
I have two tables
Stores=> id,zip_id,stores
Zips => id,zip_code,county,state
the column store in store table is comma separated values , how can i get all the stores states wise.