Bellevue, Washington Zip Codes: 98004,98005,98006,98007,98008,98009,98015,98027,98059
select cat from directory where is_archived=0 and site_url != '' and (city='bellevue' OR city='bellevue') and (state='WA' OR state='Washington')
select cat from directory where is_archived=0 and site_url != '' and (city='bellevue' OR city='bellevue') and (state='WA' OR state='Washington')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('bellevue', city) OR city='all' ) and (state='WA' OR state='Washington' OR state='all')