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