Industries

SELECT 
    eprtrSectorNameLabel as opt_key,
    eprtrSectorNameLabel as opt_value,
    eprtrSectorName as opt_text
FROM [IED].[DB_VERSION].[EPRTR_sectors]
GROUP BY eprtrSectorNameLabel, eprtrSectorName
ORDER BY opt_text

No data