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