|
|
|
Sql server ใช้ Trigger after insert ให้ insert ลงอีก table log แล้ว record มันเบิ้ลครับ |
|
|
|
|
|
|
|
Code (SQL)
INSERT INTO manpower_temp_log (
id_mp_temp,
[year],
total,
month1,
month2,
month3,
month4,
month5,
month6,
month7,
month8,
month9,
month10,
month11,
month12,
status,
created_id,
created_date
) SELECT
DISTINCT
id_mp_temp,
[year],
total,
month1,
month2,
month3,
month4,
month5,
month6,
month7,
month8,
month9,
month10,
month11,
month12,
status,
created_id,
created_date
FROM
inserted
insert จาก Table1 แล้วให้ trigger insert ลง table2 มันเบิ้ลทุก record เลยครับ
Tag : .NET
|
|
|
|
|
|
Date :
2017-06-07 17:09:38 |
By :
kenghockey |
View :
802 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ในตาราง table2 ถ้าเรา set คอลัมน์ id_mp_temp เป็น unique หรือ primary มันน่าจะถูก insert เข้าอันเดียวน่ะ ถ้าค่าเดิมมาอีกจะ insert ไม่เข้า
|
|
|
|
|
Date :
2017-06-07 18:06:56 |
By :
ccjpn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|