2011-04-22 24 views

回答

0
CREATE TABLE yourTable 
(id INT Primary key 
, onefield INT CHECK(onefield IN (0,1)) ---the limited field/attribute 
)