Deletes a number of characters from one string and replaces them with another string. To delete a portion of a string using STUFF, use a replacement string of NULL. To insert a string using STUFF, use ...