我需要在另一个表中更新一些数据。 ( |& B8 m7 [2 Y* C$ E我只想简单地将数据从表1数据col1到表2的col1.行位于同一位置,所以没有必要做任何事情ID比较工作。3 E' A5 w- G6 k2 n& r Q( c$ L
我怎样才能做到这一点?5 L1 F; B _ U' k& m; X
-----------------------------------------Db1.Table1 (Take yearModel from this table to update Table3)-----------------------------------------imgid | int | PK |yearModel | int |----------------------------------------------------------------------------------Db2.Table2 (Go by this table to update Table3)-----------------------------------------imgid | int | PK |uploadId | int | FK (With table3.uploadId) |------------------------------------------------------------------------------------Db2.Table3 (Update this table with the yearModel from table1)-------------------------------------------uploadId | int | PK |uploadYearModel | int |对不起,我的数据库diagaram“ thingy因一些奇怪的原因而崩溃。$ {# J, b$ d) X/ F8 Y
我也应该提到Table1位于另一个数据库中。我不确定这是否重要..但是很好.. 5 ~; H7 A8 l1 J- b/ m0 i9 Y* i% N2 t( c提前致谢! 2 D% z2 g( k0 w" D% h; x% B @9 R : [' N" L. a( Y5 h5 M4 j解决方案: