blob: d3d49406ecc46a85fa2103c14515ea1b34b569a4 [file] [log] [blame]
select store.store_name 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_name;