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