Estou tentando fazer um update com um subquery... no entanto estou recebndo o seguinte erro :
ORA-01427 single-row subquery returns more than one row...
Se puderem me ajudar agradeço
Segue a query :
update emp_fv e set CODIGO_PDV_HUNTER = ( select f.cod_sap from
emp_fv e, f_99 f
where e.cpf_cnpj = f.cnpj
and e.uf = f.filial
and desc_canal like 'HUNTER'
group by cod_sap)