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