On Wed, Sep 06, 2006 at 12:04:18AM -0700, George Pavlov wrote: > I have two columns, both individually nullable, but a row needs to have > a value in one or the other. What is the best way to implement the > constraints?
check (a is null != b is null); ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly