Wow, I said this stuff was confusing, I'm sure I had the syntax right!
Thanks for the commands, all work as expected :-)
I found I could also REMOVE certain words from the description by simply leaving the last section blank.:
UPDATE Links SET Description = REPLACE(Description, 'Microsoft', ' ');
Very useful command, thanks again.
Thanks for the commands, all work as expected :-)
I found I could also REMOVE certain words from the description by simply leaving the last section blank.:
UPDATE Links SET Description = REPLACE(Description, 'Microsoft', ' ');
Very useful command, thanks again.