I've got an array of values, that I need to query against a database to see if any records have any of the values in the array - the array is a list of zip codes, and the database contains a list of stores. Basically i need to find what stores have zip codes in the array.
I know that mysql doesn't support subquerys - is there a workaround for this kind of scenario? TIA, Kelly