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