blob: 47583a100f2c1707961cd3e1c87b88731ee57e98 [file] [log] [blame]
select store.store_country as c0, sum(inventory_fact_1997.store_invoice) 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;