I am trying to fetch data which contains Rich text editor tags and is of the long field type.
eg
<select A from table where field=$id>
i am querying this to a table on the oracle side.
The result is i am getting the data for A which contains Rich text editor tags . Also the data i am fetching from the oracle is of the long field type. Now i want those RTE tags removed. How can i do it?
eg
<select A from table where field=$id>
i am querying this to a table on the oracle side.
The result is i am getting the data for A which contains Rich text editor tags . Also the data i am fetching from the oracle is of the long field type. Now i want those RTE tags removed. How can i do it?