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