Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is the STUFF function and how does it differ from the REPLACE function?
What is the STUFF function and how does it differ from the REPLACE function?
✍: Guest
Answer1:
stuff-> inserts into it without removing any thing.
Replace->replace the given text with the new one.
Answer2:
STUFF - it deletes a specified length of characters and inserts another set of characters at a specified starting point.
REPLACE -Replaces all occurrences of a specified string value with another string value.
2014-10-13, 1460👍, 0💬
Popular Posts:
From performance point of view how do they rate ? Repeater is fastest followed by Datalist and final...
How will you freeze the requirement in this case? What will be your requirement satisfaction criteri...
How To Assign Debug Privileges to a User? - Oracle DBA FAQ - Introduction to Oracle SQL Developer In...
How To Compare Two Strings with strcmp()? - PHP Script Tips - PHP Built-in Functions for Strings PHP...
How can method defined in multiple base classes with same name be invoked from derived class simulta...