select lvl,
label,
target,
is_current_list_entry,
image,
image_attribute,
image_alt_attribute
from eba_proj_nav_menu
where label not in ('Effective Governance','Social Progression','Output KPI [4]','Q4 - 2016','Q1 - 2017','Q2 - 2017','Q3 - 2017','Q4 - 2017','Q1 - 2018','Q2 - 2018','Action Items [2]','Q4 - 2016','Q1 - 2017','Q2 - 2017','Q3 - 2017','Q4 - 2017','Q1 - 2018','Q2 - 2018')
and ( TARGET not like '%CATEGORY%' and LABEL not like 'Categories%' and LABEL not like 'Output KPI%' and LABEL not like 'Action Items%')
order by attribute1, attribute2, attribute3, attribute4
#2BB316