Updating multiple rows using join condition
787128Jul 23 2010 — edited Jul 26 2010update agt_name
set agt_name.emp_num = (select nexros.emp_num
from nexros , agt_name
where nexros.userid = agt_name.retention_id)
i m getting the error
ORA-01427: single-row subquery returns more than one row
Please help me out!!
Thanks,
reacha