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