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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to set column values to all NULL

Status
Not open for further replies.

hapax

Programmer
Nov 10, 2006
105
US
I have a table like this:

VendorID VendorDate
-------- ----------
1234 10-1-2008
3467 10-22-2008
7655 10-9-2008
etc...


I need to set all the values in the VendorDate column to NULL.

How do I do this? Either SQL or a stored proc if fine.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top