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