If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
How about used UCASE or TRANSLATE function for Clob Field (>5M)
(TRANSLATE (CLOB(MORE_INFO) like '%KEYWORD%') ) --> Error 22001: [IBM][CLI Driver][DB2/NT] SQL0433N Value '{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttb l{\f0\fnil\' is too long"
The arguments may be either strings of data type CHAR or VARCHAR, or graphic strings of data type GRAPHIC or VARGRAPHIC. They may not have data type LONG VARCHAR, LONG VARGRAPHIC, BLOB, CLOB, or DBCLOB.
__________________
With kind regards . . . . . SQL Server 2000/2005/2008/2008 R2 Earned beers: 16
Wim
Beware of bugs in the above code; I have only proved it correct, not tried it. -- Donald Knuth
Grabel's Law: 2 is not equal to 3 -- not even for very large values of 2. Pat Phelan's Law: 2 very definitely CAN equal 3 -- in at least two programming languages