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