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