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