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