select cat from directory where is_archived=0 and site_url != '' and (city='mineral city' OR city='mineral_city') and (state='OH' OR state='Ohio') and com_name='Susie Q\'s Pizza & Subs'
select id,site_url,local_address,com_name,city,state,zip from directory where is_archived=0 and site_url != '' and (city='mineral city' OR city='mineral_city') and (state='OH' OR state='Ohio') and cat='181' and sub_cat='183' and (sub_sub IS NULL OR sub_sub=0 ) and com_name='Susie Q\'s Pizza & Subs' order by com_name asc