UPDATE table2
SET table2.col1 = table1.col1,
table2.col2 = table1.col2,
table2.col3 = table2.col3,
...
FROM table1, table2
WHERE table1.memberid = table2.memberid
9〜10行あり、共通の列名SCRIPT_IDを使用してSET句を実装する方法を理解してください。これにより、将来スクリプトを使用して同じテーブルを更新できます。
以下は、表の抜粋です。
____ _____________ __________________ _____ _ _____
999 EMS02075SVC Host Controller 15099 3 60000
1000 EMS02075SVC DSM Controller 15099 1 60000
1001 EMS02075WEB1 Application Server 4447 1 60000