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