別のテーブルからいくつかのデータを更新する必要があります..
table1のcol1からtable2のcol1にデータを単純に取得したいのですが、行は同じ位置にあるため、実行する必要があるID比較は実際にはありません..
これどうやってするの?
-----------------------------------------
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 |
申し訳ありませんが、私のデータベース ダイアガラム「thingy」が何らかの奇妙な理由でクラッシュしました.. :(
また、Table1 が別のデータベースにあることにも言及する必要があります..それが重要かどうかはわかりません..
前もって感謝します!