I would like to populate a dropdown with the content from a Named Querie, but is not showing, probably because the Named Queries has multiple columns...?
SELECT EquipmentType, EquipmentTypeName AS data1
FROM EquipmentType
WHERE COMPANY = 'COMPANYNAME'
AND EquipmentType NOT IN ('ATE', 'CLC', 'CLT')
ORDER BY EquipmentTypeName ASC