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