blob: 9a8f60128cb3cc1e6fb0996e5125dfd760fbcb4f [file] [log] [blame]
select customer.country as c0 from customer as customer where UPPER(customer.country) = UPPER('USA') group by customer.country order by customer.country ASC NULLS LAST;