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