cnct_countryfact_soef20_3_3_1_bioeco_Countries_NWFPs_marketed_value

SELECT ( [marketed_value] / 1000000 ) AS [Marketed_value],
       NUTS_CODE,
       country,
       currency,
       nwfp_category
FROM
[FISE].[v1].[v_countryfact_soef20_3_3_1_bioeco_countries_nwfps_marketed_value]
WHERE  nwfp_category = 'Ornamental plants'
        OR nwfp_category = 'Wild meat' 

No data