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!

update 4 columns and over 5000 records

Status
Not open for further replies.

raniweb

Technical User
Apr 26, 2004
66
0
0
US
Hello,
I am trying to figure out how to update values of four columns and over 5000 rows. I'm thinking that I need to run something similar to

UPDATE TBLname
SET column_name1 = Null,
column_name2 = Null,
column_name3 = Null,
column_name4 = Null

Am I on the right path or am I missing something? Thank you in advance for your help!
 
Thank you for the confirmation of that. It's always nice to be able to double check. Thanks again!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top