Forum Moderators: open
©
And we want to replace that with:
©
Is this possible? If so... can someone guide me in the right direction? :)
Our table is titled Product_Descriptions and the column we want to run this query on is ProductDescription.
So I ran the following:
UPDATE Products_Descriptions
SET ProductDescription = REPLACE(LTRIM(RTRIM(ProductDescription)), '©', '©')
But it returned this message:
Server: Msg 8116, Level 16, State 2, Line 1
Argument data type text is invalid for argument 1 of rtrim function.
Any ideas?
So... next best thing is to write a custom ASP Script. This isn't the right forum for this so I created a new thread here:
[webmasterworld.com...]
If anyone can help me I'd really appreciate it :)