logo  
Google
 

DB2 SQL-Error: -4703

SQLState: 429BQ

Short Description: THE ALTER TABLE STATEMENT CANNOT BE EXECUTED BECAUSE COLUMN IS MIXED DATA OR THE DATA TYPE OR LENGTH SPECIFIED DOES NOT AGREE WITH THE EXISTING DATA TYPE OR LENGTH

The ALTER TABLE statement for column column-name could not be processed for one of the following reasons: v the existing column is MIXED and the statement attempted to convert the column to SBCS. This conversion is not supported. v the data type or length in the ALTER statement did not match the existing data type or length of the column in the table being altered.System action: The statement cannot be executed Programmer response: Correct the SQL statement to specify a conversion that is supported.

 <-  BACK TO INDEX