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