Hi,
Here is what i tried to update 50% of the records in a table. Hope this helps.
create table test123 (acct integer, b integer);
insert into test123 values(1,NULL);
insert into test123 values(2,NULL);
insert into test123 values(3,NULL);
insert into test123 values(4,NULL);
update test123...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.