Specify length of characters and inserts another set of characters at a specified starting point.
Stuff(char_exp, start, length, char_exp[ New ] )
Ex: stuff(‘abcdef’, 2, 3 ‘ijklm’)
Ans: aijklmdef
What is Stuff in SQL server 2000
Posted by
Rajesh Rolen
at
Friday, September 4, 2009
Labels: ASP.NET Interview Questions , Interview Questions , SQL , sqlserver
0 comments:
Post a Comment