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