blob: d56a5322a161653302c18b62d673b99e318be907 [file] [log] [blame]
select promotion.media_type as c0 from promotion as promotion where UPPER(promotion.media_type) = UPPER('Widget') group by promotion.media_type order by promotion.media_type ASC NULLS LAST;