Sugar Land, Texas Zip Codes: 77469,77477,77478,77479,77487,77496,77498
select cat from directory where is_archived=0 and site_url != '' and (city='sugar land' OR city='sugar_land') and (state='TX' OR state='Texas')
select cat from directory where is_archived=0 and site_url != '' and (city='sugar land' OR city='sugar_land') and (state='TX' OR state='Texas')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('sugar_land', city) OR city='all' ) and (state='TX' OR state='Texas' OR state='all')