select cat from directory where is_archived=0 and site_url != '' and (city='city of orange' OR city='city_of_orange') and (state='NJ' OR state='New Jersey')
select cat from directory where is_archived=0 and site_url != '' and (city='city of orange' OR city='city_of_orange') and (state='NJ' OR state='New Jersey')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('city_of_orange', city) OR city='all' ) and (state='NJ' OR state='New Jersey' OR state='all')