cnct_bioeco_soef20_2_employment_net_annual_increment_and_net_annual_change

Select  [Year]
          ,[value]
          ,case [Type]
	  when 'felling' then 'Felling'
	  when 'increment' then 'Net annual increment'
	  end as [type],
        '1000 m3 over bark' AS units
from [FISE].[latest].[v_bioeco_soef20_2_employment_net_annual_increment_and_net_annual_change] where Year = 2015

No data