MERGE INTO test1 a USING all_objects b ON (a.object_id = b.object_id) WHEN MATCHED ... SQL>. The following MERGE statement will update all the rows in the ...
確定! 回上一頁