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