Hi all,
I have read about the REPLACE function and it seems alright. But, can anyone tell me what the following piece of code does?
select @a='DebasisDas'
select @a=REPLACE(@a,c har(10),'b')
I don't find any differences
I have read about the REPLACE function and it seems alright. But, can anyone tell me what the following piece of code does?
select @a='DebasisDas'
select @a=REPLACE(@a,c har(10),'b')
I don't find any differences
Comment