Hi,
I have a query that pulls 1000's of records from about six different joined tables to create an extract that i need. However, i need to filter out line feeds and carriage returns. Normally i would use the REPLACE(... function, but you cant use this on Long types.
I believe i need to use PL/SQL to do this, but how can i do this on 1000's of rows, rather than reading a single value into a variable etc.
Basically what i wish to end up with is an extract of data, but with the long field filtered of all certain characters.
Any help with this would be greatly appreciated.
I have a query that pulls 1000's of records from about six different joined tables to create an extract that i need. However, i need to filter out line feeds and carriage returns. Normally i would use the REPLACE(... function, but you cant use this on Long types.
I believe i need to use PL/SQL to do this, but how can i do this on 1000's of rows, rather than reading a single value into a variable etc.
Basically what i wish to end up with is an extract of data, but with the long field filtered of all certain characters.
Any help with this would be greatly appreciated.