blob: 86dbbc77546d5a810ab9820e2050faef3e9131c0 [file] [log] [blame]
select store.store_type as c0 from store as store where UPPER(store.store_type) = UPPER('Deluxe Supermarket') group by store.store_type order by store.store_type ASC NULLS LAST;