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