摘要: 可直接用sql语句。 一种是在建表时就写出,语句如下: Create Table 表名 (字段名1 Int Not Null, 字段名2 nvarchar(13) Not Null Primary Key (字段名1, 字段名2), 字段名3………… 字段名N………… ) 另一种是在建表后更改,语句 阅读全文
posted @ 2016-10-16 14:36 风中寻觅 阅读(1765) 评论(0) 推荐(0)