Woodburn, Virginia Zip Codes: 22003,22031,22042,22047
select cat from directory where is_archived=0 and site_url != '' and (city='woodburn' OR city='woodburn') and (state='VA' OR state='Virginia')
select cat from directory where is_archived=0 and site_url != '' and (city='woodburn' OR city='woodburn') and (state='VA' OR state='Virginia')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('woodburn', city) OR city='all' ) and (state='VA' OR state='Virginia' OR state='all')