blob: 47551f0bf136a89fad28c53873e2ddc03022564b [file] [log] [blame]
select store.store_type as c0 from store as store where UPPER(store.store_type) = UPPER('City') group by store.store_type order by store.store_type ASC NULLS LAST;