Thompson, New York Zip Codes: 12701,12734,12738,12742,12751,12762,12775,12779,12784,12790
select cat from directory where is_archived=0 and site_url != '' and (city='thompson' OR city='thompson') and (state='NY' OR state='New York')
select cat from directory where is_archived=0 and site_url != '' and (city='thompson' OR city='thompson') and (state='NY' OR state='New York')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('thompson', city) OR city='all' ) and (state='NY' OR state='New York' OR state='all')