|
- Causa
- THE PRIMARY KEY OR A UNIQUE CONSTRAINT IS TOO LONG OR HAS TOO MANY COLUMNS.
In a list of columns following either PRIMARY KEY or UNIQUE, the number of columns is greater than 64 or the sum of the column length attributes
is greater than the number allowed for the type of index.
- Ação do sistema
- The CREATE or ALTER statement cannot be executed.
The specified table cannot be created or altered.
- Resposta ao Desenvolvedor
- Change the table definition to keep within the prescribed limits.
SQLSTATE: 54008
© Copyright IBM Corp.
|
| |