René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

Merge update clause [Oracle SQL]

when matched then update set col-1 = expr | default [ ..., col-n= expr | default ]
[ where-clause ]
[ delete where-clause ]

Appearance

The merge-update-clause appears as part in the merge sql statement.