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