cnct_countryfact_gfra_ownership_percentage_pie_chart

SELECT 
NUTS_CODE,
country,
year,
group_type,
round(group_value,2) as group_value,
order_group,
units from [FISE].[latest].[v_countryfact_GFRA_ownership_percentage_pie_chart]
order by NUTS_CODE, year, order_group

No data