| List: | General Discussion | « Previous MessageNext Message » | |
| From: | wangxu | Date: | December 15 2005 7:37am |
| Subject: | check a table column | ||
| View as plain text | |||
I create a table using the follow statement: CREATE TABLE test_check(NO_W_ID int ,NO_D_ID int,MM int,CT int,CHECK(MM > 3)); But server allow a insert statement as follow,why? insert into test_check values(1,1,1,1);
| Thread | ||
|---|---|---|
| • check a table column | wangxu | 15 Dec |
| • Re: check a table column | Martijn Tonies | 15 Dec |
