cnct_countryfactsheet_inforest_roundwood_removals

-- Connector: cnct_countryfactsheet_inforest_roundwood_removals
-- Visualization: vis_removals (shared in factsheet and EU factsheet)
-- Definition: Gives the removals of roundwood per year in thousand m3
-- Variables: 
--     - country (String): Name of the country
--     - NUTS_CODE (String): Code of the country and EU27 for the EU factsheet
--     - year (integer): Year of the data
--     - removals(float): Removals of roundwood, round to 2 decimals and units in thousand cubic meters

SELECT * FROM [FISE].[latest].[v_countryfactsheet_INForest_roundwood_removals] 
ORDER BY NUTS_CODE, year

No data