by enrico-sorichetti » Thu Jan 06, 2011 9:20 pm
the general approach would be
select <all You might want to know> from <the appropriate SYSIBM.table> where <some condition>
now...
a bit of reverse engineering
select * from SYSIBM.SYSCOLUMNS where name=< a column that You know to be an XML type>
after that having identified what to put into the COLUMN<type> the rest should be easy!
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort