| Subject | Constraints | 
|---|---|
| Author | Christian Gütter | 
| Post date | 2001-11-08T15:31:47Z | 
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
            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