Is it possible to write a custom oracle function that does the following
remove char(10) remove char(13) trim
so if i write
select custom_function(col1) from tab1 it returns value with linefeed,carriage return and trimmed
If possible i also want to replace a long balnk line between two words with single blank.
where col1 is string
Can someone please help me in this
Thanks a lot