I should think a table-level CHECK constraint would serve here, something like. CONSTRAINT c1_c2_null_match CHECK ((c1 IS NULL AND c2 IS ...
確定! 回上一頁