Cannot delete a column referenced in a trigger definition
Item |
Value |
---|---|
SQLCode |
-269 |
Constant |
SQLE_COLUMN_IN_TRIGGER |
SQLState |
53W06 |
ODBC State |
S1000 |
This error is reported if you attempt to delete a column that is referenced in a trigger definition. DROP the trigger before performing the ALTER command.