Sign in
apache
/
drill-test-framework
/
e082dbdd35d528c886418392b1428073c020669b
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query5714.q
blob: d5e0c9111fafdc2254373f71a09b69cc36a51111 [
file
] [
log
] [
blame
]
select
promotion
.
promotion_id
as
c0
,
promotion
.
media_type
as
c1
from
promotion
as
promotion
group
by
promotion
.
promotion_id
,
promotion
.
media_type order
by
promotion
.
promotion_id ASC NULLS LAST
;