Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> How to use merge not to do an upsert but to do a simple update
Hi All,
Although the main purpose of using MERGE in Oracle 9i is to do UPSERT, but I somehow want to find out if it is at all possible for us to do a plain UPDATE with it instead.
I know I can use a CURSOR to do this, but I would like to experiment with MERGE.
Please let me know if there is a way to not use "WHEN NOT MATCHED THEN" part. Any response would be appreciated.
Thanks,
![]() |
![]() |