I have a table with two fields, id and XML. The XML field is a CLOB type.
When I try to export some data to a text file
Code:
db2 SELECT * FROM XMLREULTS where id='198.8192.123'
I open the text file that is created and I see the XML. However, about halfway through, I see:
DB29320W Output has been truncated.
1 record(s) selected.
How can I get the full result to export?