Hi All,
I am using a merge statement to update thousands of data in a table. If the criteria is not matching (WHEN NOT MATCHED) I have written an insert statement which contains a reference to sequence. And it is working fine.
My question is, will this increment sequence also even though it is not going to insert statement inside the merge script. I think it will. Right????
Say, I am updating 20K records will the sequence also increment by 20k times. If its happening any work around.
Thanks in advance.