select cat from directory where is_archived=0 and site_url != '' and (city='robie creek' OR city='robie_creek') and (state='ID' OR state='Idaho')
select cat from directory where is_archived=0 and site_url != '' and (city='robie creek' OR city='robie_creek') and (state='ID' OR state='Idaho')
union
select cat from affiliate_directory where is_archived=0 and site_url != '' and (FIND_IN_SET('robie_creek', city) OR city='all' ) and (state='ID' OR state='Idaho' OR state='all')