blob: d181c55503e924c1ebf02b547cfa20e068b0c4b2 [file] [log] [blame]
select store.store_type as c0 from store as store, inventory_fact_1997 as inventory_fact_1997, warehouse as warehouse where inventory_fact_1997.store_id = store.store_id and inventory_fact_1997.warehouse_id = warehouse.warehouse_id and warehouse.warehouse_country = 'Mexico' group by store.store_type order by store.store_type ASC NULLS LAST;