Quote:
|
But essentially that means that indeed no statement from the examples should fail?
|
Do you mean what example?
In the examle I showed,
v2C was created with "WITH
CASCADED CHECK OPTION".
And "INSERT INTO v2C VALUES (5);" was failed.
v2L was created with "WITH
LOCAL CHECK OPTION".
And "INSERT INTO v2L VALUES (5);" was successful.
That worked as I expected.