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