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