TitleistDBA
IS-IT--Management
I get the following error on this update.
Error: SQL0811 - Result of SELECT more than one row.
update mvxcjdttst.opricl l
set l.OMFMID = (select s.odfmid
from mvxcjdttst.oprbas s,mvxcjdttst.opricl l
where l.omcono = s.odcono
and l.omitno = s.oditno
and s.odfmid <> ' '
)
Can anybody help with this?
Error: SQL0811 - Result of SELECT more than one row.
update mvxcjdttst.opricl l
set l.OMFMID = (select s.odfmid
from mvxcjdttst.oprbas s,mvxcjdttst.opricl l
where l.omcono = s.odcono
and l.omitno = s.oditno
and s.odfmid <> ' '
)
Can anybody help with this?