Tag: DELETE

MS SQL Server STUFF() Function

Sometimes you may need to delete specific characters in one string by inserting another specific length of string in MS SQL Server. There is a...

MERGE Statement in MS SQL Server

Sometime we need to update one table based on the values of another table. Which table need to be updated is called target table or...