This should be easy, but blast-it "I" can figure it out!
I have
[TableA] with
identity column [IDa]
nText data type column [nTextA]
[TableB] with
identity column [IDb]
nText data type column [nTextB]
I want to copy nTextB from TableB into nTextA in TableA where IDa=55 and IDb=222
P.S. Both TableA and TableB records already exist so I cannot use the INSERT to move the nText field. It must be a done through an UPDATE like mechanism.
Start Free Trial