Previous Topic: -250 - EXCEPTION TABLE authid.tblname NOT FOUNDNext Topic: -252 - TABLE NOT IN A CHECK STATE


-251 - TABLE HAS NO CONSTRAINTS

Explanation

You requested a confirm of a table that does not have any constraints.

The SQLSTATE that equates to this SQL return code is 55S03.

User Response

Either change the table name or first use the ALTER TABLE statement to add constraints to the table.