regexp_replace to remove new line and or tab characters
733774Mar 1 2010 — edited Mar 1 2010I have a character feild that has tab delimited characters as well as new line characters in it.
How do i remove those characters from the string? I just need everything without these.
I have to have regexp_replace but dont know how.
the field is description
select description from table1.
Thanks
billu