| |
- Causa
- ONLY ONE ROWID OR IDENTITY COLUMN IS ALLOWED IN A TABLE.
An attempt was made to do one of the following:
- Create a table with more than one ROWID column.
- Add a ROWID column to a table that already has one.
- Create a table with more than one identity column.
- Add an identity column to a table that already has one.
- Ação do sistema
- The statement was not executed.
- Resposta ao Desenvolvedor
- For a CREATE TABLE statement, select only one column to have the row ID data type or the AS IDENTITY attribute.
For an ALTER TABLE statement, a ROWID column or identity column already exists for the table. Do not attempt to add another column with the
data type row ID or with the AS IDENTITY attribute to the table.
SQLSTATE: 428C1
© Copyright IBM Corp.
|
| |