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