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