SELECT TEST FROM REGISTRE WHERE ID_REGISTRE = 1256
-TEST is CLOB but I want to display the text that is inside with a SQL query in Oracle
The query works but it displays (HUGECLOB).
SELECT TEST FROM REGISTRE WHERE ID_REGISTRE = 1256
-TEST is CLOB but I want to display the text that is inside with a SQL query in Oracle
The query works but it displays (HUGECLOB).