logo  
Google
 

DB2 SQL-Error: -631

SQLState: 54008

Short Description: FOREIGN KEY IS TOO LONG OR HAS TOO MANY COLUMNS

This code is used to report that the sum of the length attributes of the columns identified in the indicated FOREIGN KEY clause is greater than 255 bytes or the number of columns identified is greater than 64. The 'name' is the constraint-name specified in the FOREIGN KEY clause or, if a constraint-name was not specified, the first column-name specified in the clause. System action: The statement cannot be executed. Programmer response: The table definition must be modified to conform to the system-imposed limit of the sum of the length attributes of the columns identified in the PRIMARY KEY clause.

 <-  BACK TO INDEX