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