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