Subject Re: [firebird-support] unique constraint on a pair, one NOT NULL, one NULL
Author Ann W. Harrison
Ivan Prenosil wrote:
>
> Firebird _does_ allow Unique Constraint on nullable columns.
> (But of course it does not allow PK Constraint).
>

Yes, but that constraint follows the SQL rules (at least I
think it does) so two rows like this:

c1 c2
===== =====

ABCD <NULL>
ABCD <NULL>

are allowed.


Cheers,

Ann