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