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