Wylie, Texas Zip Codes: 75002,75048,75098,75166,75173,75407
select cat from directory where is_archived=0 and site_url != '' and (city='wylie' OR city='wylie') and (state='TX' OR state='Texas')
select cat from directory where is_archived=0 and site_url != '' and (city='wylie' OR city='wylie') and (state='TX' OR state='Texas')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('wylie', city) OR city='all' ) and (state='TX' OR state='Texas' OR state='all')