Wojtek wrote : >But I have another problem, I can't find the equivalence of:
>ALTER TABLE chicken ADD CONSTRAINT chickenREFegg > FOREIGN KEY (eID) REFERENCES egg(eID) > INITIALLY DEFERRED DEFERRABLE; >In other words: how do I defer foreign key check until commit? Sorry, SAPDB does not support deferred constraint checking. Thomas -- Thomas Anhaus SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org/ _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
