|
Explanation: Use the MERGE statement to select rows from one table for update or insertion into another table. The decision whether to update or insert into the target table is based on a condition in the ON clause. In the above written statement the update portion contains invalid column name as no START_ID column is in the EVENT table.
|