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