Katy, Texas Zip Codes: 77423,77449,77450,77491,77492,77493,77494
select cat from directory where is_archived=0 and site_url != '' and (city='katy' OR city='katy') and (state='TX' OR state='Texas')
select cat from directory where is_archived=0 and site_url != '' and (city='katy' OR city='katy') and (state='TX' OR state='Texas')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('katy', city) OR city='all' ) and (state='TX' OR state='Texas' OR state='all')