Re: constraint rule
| Newsgroups | gmane.comp.db.oracle.devel |
|---|---|
| Message-ID | <LYRIS-1796914-803624-2002.12.16-11.40.52--gcdod-oracle#[email protected]> |
if (A=<6) then (B =<2) Can be completely replaced by the constraint A>6 or (A<=6 and B<=2) X ------------------------ "Oracle" <[email protected]> wrote: ------------------------ >Hi, >I need to setup a constraint rule >when create SQL table. > >I need to use boolean(OR/AND/NOT) statement to replace IF/ELSE statement. > >Anyone got any idea to do? > >alex. >--- >Change your mail options at http://p2p.wrox.com/manager.asp or >to unsubscribe send a blank email to %%email.unsub%%. > --- Change your mail options at http://p2p.wrox.com/manager.asp or to unsubscribe send a blank email to [email protected].