blob: 8059bb01ebd86e20385c51236ba0131318fcd41b [file] [log] [blame]
select customer.city as c0 from customer as customer where (customer.state_province = 'Oaxaca') and UPPER(customer.city) = UPPER('Tlaxiaco') group by customer.city order by customer.city ASC NULLS LAST;