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

Changing identical values to new values

Status
Not open for further replies.

ztrex

Programmer
Jun 26, 2001
5
US
I need to change a set of identical values (CHAR type) to a new value, hopefully all in one string/command. I tried doing this:

update table
set column1 = newvalue where column1 = oldvalue

but it didn't work. ideas?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top