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