I\'m trying to run a query that has a few columns that are a CLOB datatype. If i run the query like normal, all of those fields just have (CLOB) as the value.>
(CLOB)
This works
select DBMS_LOB.substr(myColumn, 3000) from myTable