Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query5302.q
blob: e26f630dc0dbd00439f40ad683bc552f493b9e17 [
file
] [
log
] [
blame
]
select
count
(*)
as
c0
from
(
select
distinct promotion
.
media_type
as
c0
from
promotion
as
promotion
)
as
init
;