cnct_countryfact_SoEF20_19_3_1_bioeco_fellings_as_percentage_country

SELECT [Country_name]
      ,[NUTS_CODE]
      ,[Year]
      ,Round([percentage],2) as Percentage
      ,[felling]
  FROM [FISE].[v1].[v_countryfact_SoEF20_19_3_1_bioeco_fellings_as_percentage_country]
where year = 2015

No data