cnct_growing_stock

-- Connector: cnct_growing_stock
-- Visualization: vis_growing_stock (shared in factsheet and EU factsheet)
-- Definition: Gives the growing stock per year in million cubic meters
-- 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
--   - GROWING_STOCK (float): Growing stock, round to 2 decimals and units in million cubic meters
SELECT * FROM [FISE].[latest].[v_cnct_growing_stock]

No data