Recent content by Rdrdev

  1. R

    Beautifier behavior FORALL

    Hello, Thank you for your answer, As per version 15.0.4 2064, this bug is still not fixed. Best Regards,
  2. R

    Beautifier behavior FORALL

    Hello, I found a glitch while using the Beautifier on these structure on version 15: BEGIN FORALL i IN 1 .. 6 UPDATE MY_TABLE mt SET mt.COL1 = 'test' ,mt.dat = SYSDATE WHERE mt.COL2 = 'test2'; COMMIT; END; If I were to add the SAVE...
Back
Top