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