SQL to Replace Carriage Return/Line Feed with custom characters
I have been working on SQL that selects data from a table that contains Carriage Returns and Line Feeds. I want to replace those with an HTML <BR> so that the output can be properly formatted when viewed in HTML. I have struggled with the regexp_replace function but can't seem to make that work..
Can anyone give me a hint on this?
Thanks
JB
Can anyone give me a hint on this?
Thanks
JB
0