MERGE into table1 USING table2 ON (table1.id = table2.id) WHEN MATCHED THEN UPDATE SET table1.startdate = table2.start_date WHERE table1.
確定! 回上一頁