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