blob: 25872f0feb94477311f447d0011720364335205b [file] [log] [blame]
select customer.city as c0 from customer as customer where (customer.state_province = 'Yucatan') and UPPER(customer.city) = UPPER('Merida') group by customer.city order by customer.city ASC NULLS LAST;