I've seen suggestions for variations of this request, but when I tried them, it ignored my data selection and indicated it was going to update the entire file, which is NOT ok. (I only want to update the records that don't already match.) What I tried is:
update f4106
set bplitm = select (imlitm from f4101 where f4101.imitm = f4106.pbitm)
where f4106.bplitm <> f4101.imlitm
I get the error: "Column qualifier or table F4101 undefined."
What am I doing wrong?
[sig][/sig]
update f4106
set bplitm = select (imlitm from f4101 where f4101.imitm = f4106.pbitm)
where f4106.bplitm <> f4101.imlitm
I get the error: "Column qualifier or table F4101 undefined."
What am I doing wrong?
[sig][/sig]