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