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