I have a table with a column defined as clob. The data in the clob column is written as, "limit":"10"
Table:
ID COLA
1 (CLOB)
Data in the COLA: "limit":"10"
Can someone please suggest me how do I query the the table to output the data from clob column.
desired output:
ColA
10
Thanks Pavan