Delaware, New York Zip Codes: 12723,12726,12745,12748,12750
select cat from directory where is_archived=0 and site_url != '' and (city='delaware' OR city='delaware') and (state='NY' OR state='New York')
select cat from directory where is_archived=0 and site_url != '' and (city='delaware' OR city='delaware') and (state='NY' OR state='New York')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('delaware', city) OR city='all' ) and (state='NY' OR state='New York' OR state='all')