Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query5837.q
blob: 76b9f46173f7dda1970785335093f3c9481eba16 [
file
] [
log
] [
blame
]
select
store
.
store_state
as
c0
,
sum
(
customer
.
num_cars_owned
)
as
m0
from
store
as
store
,
customer
as
customer
where
customer
.
state_province
=
store
.
store_state
group
by
store
.
store_state
;