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