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