Latest

6/recent/ticker-posts

Header Ads Widget

Replace from string in SQL Server

In this article we learn how we can use replace function in sql server.  


SELECT REPLACE('SQL.Tutorial', '.', ' ');


in above statement it replace .(dot) with space and result will be 

SQL Tutorial

Post a Comment

0 Comments