Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: videla123
  • Order by date
  1. videla123

    Running an update for 50% of records

    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...

Part and Inventory Search

Back
Top