我需要從另一個表更新一些數據..更新數據
我想簡單地採取從COL1的數據表1至表2中COL1,該行是在同一位置所以是不是真的任何身份證比較這是需要做..
我該怎麼做?
-----------------------------------------
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「啄」已經崩潰了一些奇怪的原因.. :( 我希望你GE的想法
我還要提到的是表1位於另一個database..which林不知道是否重要..但是.. ..
在此先感謝!
每個表中有6000行......我需要將table1中的row1上的col1更新爲table1中row1中的col1,然後更新table1中row1中的col1以更新col1,然後將table1中row1中的col1更新爲等等.. – Inx 2012-07-10 09:08:54
你能告訴我們一些表結構等,並解釋一下你想做什麼?而你的意思是*相同的位置*? SQL Server沒有「隱式」位置或行號或任何其他內容 - 如果你想比較兩個表中的行,你必須有**某種通用的ID或某些事情去...... – 2012-07-10 09:09:21