79465667

Date: 2025-02-25 07:14:51
Score: 2.5
Natty:
Report link

I removed the seq from the source query and added to directly in the update statement, it is working ow thanks.

merge into tab_a tgt using (Select col1,col2 from tab_a f) src on (joinin condition) when matched then update set tgt.seq = seq.nextval;

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: TSB