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