Hendersonville, Tennessee Zip Codes: 37066,37075,37077
select cat from directory where is_archived=0 and site_url != '' and (city='hendersonville' OR city='hendersonville') and (state='TN' OR state='Tennessee')
select cat from directory where is_archived=0 and site_url != '' and (city='hendersonville' OR city='hendersonville') and (state='TN' OR state='Tennessee')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('hendersonville', city) OR city='all' ) and (state='TN' OR state='Tennessee' OR state='all')