I made a table with a few CHECK constraints. When an INSERT is not possible, I would like to know which CHECK constraint fired. Is there a way to get this information?
-- Cecil Westerhof
I made a table with a few CHECK constraints. When an INSERT is not possible, I would like to know which CHECK constraint fired. Is there a way to get this information?
-- Cecil Westerhof