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