logo  
Google
 

DB2 SQL-Error: -770

SQLState: 560A6

Short Description: TABLE CANNOT HAVE A LOB COLUMN UNLESS IT ALSO HAS A ROWID COLUMN

An attempt was made to create a table with a LOB column or to add a LOB column to a table, but the table does not have a ROWID column. A table with a LOB column must also have a ROWID column. System action: The statement was not executed. Programmer response: If creating a table with a LOB column, define a column with type ROWID in the same table. If using ALTER to add a LOB column to a table, first use ALTER to add a column with type ROWID to the table.

 <-  BACK TO INDEX