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