Remove/Replace CR/LF Characters in Column
467765Nov 11 2005 — edited Nov 13 2005I have two character fields in oracle.
The second field include character and some CR/LF characters.
How can I trim out those special characters and then merge the two fields in the first field.
i.e
FIELD 1 =
"MY SAVINGS"
FIELD 2 =
"A1
A2
A3"
RESULT FIELD1 = "MY SAVINGS - [A1, A2, A3]