Pages
Home
React JS
React Native
SQL Server
C#.net
Interview
Videos
Angular
ASP.Net
AJAX
Contact Us
25 December 2013
Replace command in sqlserver
declare
@input
varchar
(
200
)
set
@input
=
'jc.adi narayana reddy'
select
REPLACE
(
@input
,
'a'
,
'b'
)
output
jc.bdi nbrbybnb reddy
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment