I have a table where one of the columns is a CLOB.
In SQL Window, when I type
select * from [TABLE];
PL/SQL developer displays for the data under the CLOB column.
How do I get PL/SQL developer to display the CLOB data ?
I have 2 databases. When I connect to one, the query displays the CLOB...