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