Wht is Stuff in sql ser

Answer Posted / lipsa

Stuff is a Sql server function.It Deletes a specified
length of characters and inserts another set of characters
at a specified starting point.



SELECT STUFF('abcdef', 2, 3, 'ijklmn')
::will return te following result::

aijklmnef

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of “join” in sql server?

652


What is schemabinding a view?

613


What happens if null values are involved in arithmetic operations?

674


How to fine-tune reports?

181


What is table-valued sub query?

639






Does a server store data?

576


What is table value parameters (tvp)?

669


How to get a list of columns in a view using "sys.columns" in ms sql server?

615


What is the difference between cartesian product and cross join?

576


Can we use where clause in union?

691


What do you mean by cardinality?

575


What is SQL Azure Fabric?

100


Explain relational data?

632


How to count groups returned with the group by clause in ms sql server?

647


Define views.

681