The SQL STUFF Function
By Patrick Irvin • Feb 18th, 2009 • Category: SQLThe STUFF Function is used to replace one string in your data with another string. It deletes a specified length of characters from a string beginning at a specified start position and replaces them with another string beginning at the start position. The STUFF is very useful when you wish to only replace one specific [...]



