logo  
Google
 

DB2 SQL-Error: -461

SQLState: 42846

Short Description: A VALUE WITH DATA TYPE CANNOT BE CAST TO TYPE

The statement contains a CAST with the first operand having a data type of source-data-type to be cast to the data type target-data-type. This is not supported. Change the data type of either the source or target so that the cast is supported. For predefined (built-in) data types or a cast involving a user-defined distinct type, see the SQL Reference. System action: The statement could not be processed. Programmer response: Correct the CAST specification to specify a supported combination of source and target types.

 <-  BACK TO INDEX