DB2 XML index, import, export
Tuesday, March 31st, 2009some tips on dealing with DB2 XML column and data: 1) create an index of a xml path for search If in a XMl column, you want to search, you can create a xml index and convert it into VARCHAR so the values in the index will be used rather than scanning the ...