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