blob: 8b45a1b0cfe0f1057beeb8482468ef82c70297b7 [file] [log] [blame]
select store.store_type as c0 from store as store, inventory_fact_1997 as inventory_fact_1997 where inventory_fact_1997.store_id = store.store_id group by store.store_type order by store.store_type ASC NULLS LAST;