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