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