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