Jul 10, 2001 #1 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?
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 Sep 13, 2000 4,226 GB table means a table name or a keyword? John Fill ivfmd@mail.md Upvote 0 Downvote