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