Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query2379.q
blob: be3b4888fda4de8efd3795545f8e9e2601143195 [
file
] [
log
] [
blame
]
select
promotion
.
media_type
as
c0
from
promotion
as
promotion
where
UPPER
(
promotion
.
media_type
)
=
UPPER
(
't'
)
group
by
promotion
.
media_type order
by
promotion
.
media_type ASC NULLS LAST
;