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