2
我想從一個表格更新數據到另一個具有年份條件的表格。使用SQL Server 2008從一個表格更新到另一個表格
UPDATE pgptrans
SET dcamt1 = t2.ecamt1
FROM pgptrans t1
INNER JOIN pgptrans060713 t2 ON t1.empcode = t2.empcode
WHERE
t1.empcode LIKE '130%'
AND t1.yrmn = '201308'
AND t2.yrmn = '201207'
這裏更新pgptrans
表(到年201307)從pgptans060713
ecamt
的dcamt
(從今年應該是201308)與empcode
開始從130
請幫我
thanx提前
shubha
+1 - 爲好答案。 – Devart
@Devart謝謝您的編輯.. –
不客氣@Amit Singh :) – Devart