Using REPLACE in an UPDATE statement

Posted on SQL Team See other posts from SQL Team
Published on Wed, 31 Mar 2010 00:00:00 GMT Indexed on 2010/04/04 16:33 UTC
Read the original article Hit count: 283

Filed under:
This article covers using the REPLACE function to selectively replace text inside a string in SQL Server. The REPLACE function is easy to use and very handy with an UPDATE statment.

© SQL Team or respective owner