blob: d138b6ebb54e0ce967a56dcc8796a8c50d6ce702 [file] [log] [blame]
select store.store_city as c0 from store as store where (store.store_state = 'Veracruz') and UPPER(store.store_city) = UPPER('Orizaba') group by store.store_city order by store.store_city ASC NULLS LAST;