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