blob: 98d3afdaa40df39b50db70eaf6557a2de1951d20 [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;