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