Replace Enter key from string in Sql

Replace Enter key from string  in Sql




declare @C nvarchar(max)
set @C='kandy
deol'
select @C as WithEnterKey
select REPLACE(REPLACE(@C, CHAR(13), ''), CHAR(10), '') as WithOutEnterKey



Comments

Popular posts from this blog

Create and save QR code in asp.net with C#

Change text of RadGrid Header Dynamically

Telerik Radwindow Open on Button Click