blob: 40a8bcdf8a6f62b6f7baa6bba12bb66799f86a08 [file] [log] [blame]
select store.store_state 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_state;