Oracle SQL Replace carriage return

replace(replace(rtrim(to_char(A.UP_PREREQUISITES) ,' ') , chr(10) , ' ') , chr(13) , ' ')

Comments