logo  
Google
 

DB2 SQL-Error: -771

SQLState: 428C7

Short Description: INVALID SPECIFICATION OF A ROWID COLUMN

For an ALTER or CREATE TABLE statement, the specification of a ROWID column might be invalid for one of the following reasons: v A ROWID column cannot be added to a temporary table. v The referential-constraint clause cannot specify a ROWID column as a column of a foreign key. v A ROWID column cannot be a column of a primary key or unique key. v A ROWID column cannot be a column in a table with an EDITPROC.System action: The statement cannot be executed. Programmer response: Correct the syntax and resubmit the statement.

 <-  BACK TO INDEX