How to Replace Sub string in String
The REPLACE() function replaces all occurrences of a specified string.
Note: The REPLACE() function performs a case-sensitive replacement.
For Example we have a string [First Name] we want to change in [Last Name ] means Replace first into last
SELECT Replace ('FirstName','First','Last') AS ReplaceValue
it Give us Result like this
Share This with your friend by choosing any social account