日期:2014-05-16 浏览次数:20369 次
Create table test.testchk( col1 integer check(col1 in (1,2,3)) ); Insert into test.testchk(col1) values(null);