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