Hi,
Can someone help to update Table3.
I have three table with data;
Table1
Table2
Table3
I need to create a dynamic update statement to update Table3.CoCode with NewCode from Table1.
thanks
Ismail
Can someone help to update Table3.
I have three table with data;
Table1
RECID NewCode
1000 RA1
1001 RD1
1002 RC1
Table2
RECID OldCode
1000 RA3
1001 RD0
1002 RC1
Table3
CoCode
RD0
RA3
RC1
I need to create a dynamic update statement to update Table3.CoCode with NewCode from Table1.
thanks
Ismail