blob: b6633612051f4413ac870fbc4e9e6b3cf70f2144 [file] [log] [blame]
select store_ragged.store_city as c0 from store_ragged as store_ragged where (store_ragged.store_state = 'Guerrero') group by store_ragged.store_city order by store_ragged.store_city ASC NULLS LAST;