cnct_eufact_eurostat_forest_economics

SELECT 
  NUTS_CODE,
  country,
  'Gross value added' AS economic_type,
  gross_value_added AS value,
  year
FROM [FISE].[latest].[v_eufact_eurostat_forest_economics]

UNION 

SELECT 
  NUTS_CODE,
  country,
  'Output of forestry and logging' AS economic_type,
  output_of_forestry_and_connected_secondary_activities AS value,
  year
FROM [FISE].[latest].[v_eufact_eurostat_forest_economics]

No data