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