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