blob: 16ad0b3700208945a51c982fd8fdf7ecb39f7198 [file] [log] [blame]
select store.store_state as c0, store.store_city as c1, 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_state, store.store_city;