![]() |
#2
supermay2004-10-03 17:48
|
在SQLServer里用 default value 就可以了,Access里面用什么?
create table ColumnVoteSubject ( VoteSubjectID COUNTER( 1, 1) not null , GroupID int not null References ColumnVoteGroup(VoteGroupID), VoteSubject varchar(254) not null , VoteType varchar(8) not null default '单选' ) 另外,ACCESS的帮助里面怎么没有SQL语句的语法?