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