Invalid value for column '%1' in table '%2'
Item |
Value |
---|---|
SQLCode |
-209 |
Constant |
SQLE_INVALID_COLUMN_VALUE |
SQLState |
23506 |
ODBC State |
23000 |
Parameter 1 |
name of the column that was assigned an invalid value |
Parameter 2 |
name of the table containing the column |
An INSERT has specified a value for a column that violates a CHECK constraint, and the INSERT was not done because of the error. Note that a CHECK constraint is violated if it evaluates to FALSE; it is not violated if it evaluates to TRUE or UNKNOWN.