Subject Constraints
Author Christian Gütter
Hi,

please take a look at the following two check constraints:

ALTER TABLE T_Benutzer ADD CHECK ((AKTIV='J') or (AKTIV ='N'))
ALTER TABLE T_Benutzer ADD CHECK (AKTIV='J' or AKTIV ='N')

Should they be the same for IB or should IB interprete them
in a different way?


Cheers,

Christian