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