A third party vendor stores a text file in a long raw datatype field in the database.
In PL/SQL I can see the data in the Large Data Edior when I click on the box with ... after a running a simple 'select column from table' sql statement.
How can I retrieve the column into a varchar2 in a stored procedure to allow me to use char functions to manipulate the text?
In PL/SQL I can see the data in the Large Data Edior when I click on the box with ... after a running a simple 'select column from table' sql statement.
How can I retrieve the column into a varchar2 in a stored procedure to allow me to use char functions to manipulate the text?