摘要: --新建表CREATE TABLE 表名(AutoId int primary key identity,字段一 nvarchar(50) not null,字段二 nvarchar(50) not null,字段三 datetime not null,字段四 int not null,)--添加... 阅读全文
posted @ 2011-11-22 09:16 彪悍的小黑 阅读(141) 评论(0) 推荐(0)