How can I update multiple columns with a Replace in SQL server? -
How can I update different columns and rows in a table? I want to do something similar to
but I want to do this but there are values in many columns of the same type. There are foreign key boards for the value employee table. Each column represents a work, so a single employee can be assigned multiple tasks in one record and the records of those tasks will vary between them. How can I do this effectively?
Thanks for any help or advice.
Cheers, CK
This should do the trick in San Diego:
UPDATE table1 SET field1 = replacement (field 1, 'old string', '
Comments
Post a Comment