Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query608.q
blob: 4eac28f8e8ea77caeb49b24188fb6fedc5b85ac2 [
file
] [
log
] [
blame
]
select
store
.
store_country
as
c0
,
sum
(
inventory_fact_1997
.
supply_time
)
as
m0
from
store
as
store
,
inventory_fact_1997
as
inventory_fact_1997
where
inventory_fact_1997
.
store_id
=
store
.
store_id
group
by
store
.
store_country
;