I guessed that the question was came from the added statement in DB2 V9.
IBM® DB2 Universal Database™ SQL Reference Volume 1 Version 8.2
Quote:
CLOB ( character-string-expression[, integer] )
The schema is SYSIBM.
The CLOB function returns a CLOB representation of a character string type.
In a Unicode database, if a supplied argument is a graphic string,
it is first converted to a character string before the function is executed.
character-string-expression
An expression that returns a value that is a character string.
...
|
DB2 Version 9 for Linux, UNIX, and Windows SQL Reference Volume 1
Quote:
...
character-string-expression
An expression that returns a value that is a character string.
The expression cannot be a character string defined as FOR BIT DATA (SQLSTATE 42846).
...
|