摘要: sqlServer 组合主键 创建表时: create table Person ( Name1 nvarchar(10) not null ,Name2 nvarchar(10) not null primary key(Name1,Name2) ,Age int not null ,Sex ch 阅读全文
posted @ 2014-03-13 20:50 土豆哥 阅读(2459) 评论(0) 推荐(0)