Welcome to RP's venture...Here you can find some of the relative topics like ASP.Net, C#.Net,VB.Net, SQL Server, AJAX, Javascripts, Sharepoint, WPF, WCF, Silverlight, MVC, General knowledge, Jokes, Fun, Technical, Non-Technical etc.
0

SQL Replace Function

Posted by Rajendra Prasad Panchati on Thursday, February 11, 2010 in
REPLACE : This function is used to replace partial or total string from your original string.
Syantax: REPLACE(base string,subString of base string,string to be replaced)
Ex: REPLACE('My Name is Rajendra",'Rajendra','Your Name')
Output: 'My Name is Your Name'.

|

0 Comments

About Me