Plant types

SELECT 
    code as opt_key,
    code as opt_value,
    Label as opt_text
FROM [IED].[DB_VERSION].[PlantTypeValue]
ORDER BY opt_text

No data