Hi all,
Thanks in advance.
I am using the following version of database:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64 bit Production
I want to return the values (primary key) generated by identity column in a merge statement. I found that RETURNING INTO clause can not be used in merge statement.
Is there any possibility for achieving this.
Kindly help me.