cnct_bioeco_eurostat_employment

SELECT 
    NUTS_CODE,
    country,
    employment,
    nace_r2,
    nace_r2_description,
    sex,
    unit,
    year
FROM 
    [FISE].[latest].[v_bioeco_eurostat_employment] where NUTS_CODE LIKE 'EU27%'

No data