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