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