trivektor
07-19-2007, 12:18 AM
Hi,
Let say I have a table, with a field called Option. I want to put a constraint on Option such that it can only have value 0,1,2 or 3. So an input like -1 or 4 will cause an error. Can anyone please tell me how to do it? Thanks.
Let say I have a table, with a field called Option. I want to put a constraint on Option such that it can only have value 0,1,2 or 3. So an input like -1 or 4 will cause an error. Can anyone please tell me how to do it? Thanks.