blob: 7a3ff596aad93184a260e0ab2690fdb7a741c052 [file] [log] [blame]
select customer.education as c0 from customer as customer where UPPER(customer.education) = UPPER('Top Ukrainian Cities') group by customer.education order by customer.education ASC NULLS LAST;