blob: 5718f15505915c7c75ae180e12047082b43ada80 [file] [log] [blame]
select promotion.media_type as c0 from promotion as promotion where UPPER(promotion.media_type) = UPPER('Sunday Paper, Radio, TV') group by promotion.media_type order by promotion.media_type ASC NULLS LAST;