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