Ames, Iowa Zip Codes: 50010,50011,50012,50013,50014,50201
select cat from directory where is_archived=0 and site_url != '' and (city='ames' OR city='ames') and (state='IA' OR state='Iowa')
select cat from directory where is_archived=0 and site_url != '' and (city='ames' OR city='ames') and (state='IA' OR state='Iowa')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('ames', city) OR city='all' ) and (state='IA' OR state='Iowa' OR state='all')