Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query5326.q
blob: fe8b347942bb81b78f9304257f9605297883f5b1 [
file
] [
log
] [
blame
]
select
count
(*)
as
c0
from
(
select
distinct store
.
store_state
as
c0
from
employee
as
employee
,
store
as
store
where
employee
.
store_id
=
store
.
store_id
)
as
init
;