![]() | |
#31
| |||
| |||
|
|
I'm not 100% sure if that's what you want, but maybe you are looking for something like the following: UPDATE t1 SET t1.col1 = t2.col2 FROM t2 WHERE t1.fkey = t2.pkey; |
#32
| |||
| |||
|
|
I'm not 100% sure if that's what you want, but maybe you are looking for something like the following: UPDATE t1 SET t1.col1 = t2.col2 FROM t2 WHERE t1.fkey = t2.pkey; |
#33
| |||
| |||
|
|
I'm not 100% sure if that's what you want, but maybe you are looking for something like the following: UPDATE t1 SET t1.col1 = t2.col2 FROM t2 WHERE t1.fkey = t2.pkey; |
![]() |
| Thread Tools | |
| Display Modes | |
| |