Introduction:
In this article I will explain how to write query to use update statement with Replace function in SQL Server.
In this article I will explain how to write query to use update statement with Replace function in SQL Server.
Description:
In previous posts I explained Replace function example
and
Substring function example in SQL
Server and many more articles relating to SQL
Server. Now I will explain how to use update statement with Replace function
in SQL Server. In one application I got requirement like update particular part
of the string with another value. To achieve this functionality I realized it’s
better to use Replace() function
with update query.