I have a column 'CN_Text' of nvarchar
type which will store notes with multiple line breaks.
Example -
Aaaaaaaa....
Bbbbb
Cccccccc
I want to replace multiple consecutive line breaks with single line break. Like
Aaaaaaaa....
Bbbbb
Ccccccccc
How I can replace this multiple line breaks with single line break?