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