Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: 01555 and select statement

Re: 01555 and select statement

From: <niy38_at_hotmail.com>
Date: 10 May 2006 15:53:35 -0700
Message-ID: <1147301615.079238.55700@g10g2000cwb.googlegroups.com>


how can that happen?

for rec in (select * from a_big_table where a=1) loop

   update a_big_table set a=0;
   commit;
end loop Received on Wed May 10 2006 - 17:53:35 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US