update ItinventoryR1
set iin_userid = (select emp.empid
from employee emp, itinventoryr1 it
where ltrim(rtrim(it.iin_username)) in (emp.empname))
Error is :
Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.