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