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