Jul 10, 2001 #1 ztrex Programmer Joined Jun 26, 2001 Messages 5 Location 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?
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?
Jul 11, 2001 #2 Cagliostro Programmer Joined Sep 13, 2000 Messages 4,226 Location GB table means a table name or a keyword? John Fill ivfmd@mail.md Upvote 0 Downvote
Jul 14, 2001 Thread starter #3 ztrex Programmer Joined Jun 26, 2001 Messages 5 Location US table name.... Upvote 0 Downvote