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