Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> PL/SQL Questions.
Can anyone tell me why the following code doesn't produce the desire results?
BEGIN
FOR x IN 1..3 LOOP
update users set testid = x; DBMS_OUTPUT.PUT_LINE(x);
2 3 output in testid is : 3 3 3
RH 6.1
Oracle 8.1.6
Tony Received on Sun Jul 29 2001 - 11:45:41 CDT
![]() |
![]() |