数据库疑难杂正
数据库疑难杂正
日期:2007-11-15 19:03:11 人气:1
alter table test nocheck constraint 'FK__Course__Cpno__7C8480AE
create table test123
(
test varchar(20) check(id like '男' or id like '女')
)
第三个:必须这样,除非你想要随机数据,或者把另外一张表的数据插过来
第四:你设置的类型长度不够,所以提示:
一个字母和一个数字相当于char(1),