How to remove trailing carriage returns
I have this field that has chr(10) for each line at the end, however there are 2 CHR(10) at the end
I've tried replace but that didn't work also reading you can't use regexpr_replace with a negative value.
e.g.
This is line1 chr(10)
This is line 2 chr(10)
chr(10)
chr(10)
Any ideas please
Database 10g Enterprise Edition Release 10.1.0.5.0