| |
- Causa
- Chave duplicada keyword.
The SQL statement contains a duplicate specification for the keyword keyword. For example:
- DEFAULT, UNIQUE, and PRIMARY can only be specified once in a column definition.
- UNIQUE and PRIMARY cannot both be specified for the same column definition.
- PRIMARY can only be specified once in a CREATE TABLE statement.
- The attribute-string specified in the ATTRIBUTES clause of the PREPARE statement cannot specify an option more than once.
- Ação do sistema
- The statement cannot be processed.
- Resposta ao Desenvolvedor
- Correct the statement by removing duplicate clauses.
SQLSTATE: 42614
© Copyright IBM Corp.
|
| |