Answer Posted / sanjeev kumar
It is a inbuilt function that delete the character starting
from second parameter and No of character as in 3rd
parameter and place the all character of 4th parameter in
place of them.
Example:-
SELECT STUFF('sanjeev', 2,3, 'kumar')
Results:-
skumareev
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can binary strings be used in arithmetical operations?
Does view occupy space?
What are key, name and value columns of an attribute? : sql server analysis services, ssas
What is the use of =,==,=== operators?
What are the basic functions for master, msdb, model, tempdb databases?
What is a rollup clause?
What is table-valued sub query?
What is tablix?
Explain filtered indexes?
How to check table values in sql server?
What is tabulation?
How to return the second 5 rows in ms sql server?
What information is maintained within the msdb database?
Can I disable or restrict ssrs export formats (rendering formats)?
How to find a value in another dataset based on current dataset field (ssrs 2008 r2)?