摘要: 1.打开excel复制出要导入导数据库中的数据2.在数据前插入列,列中增加相关内容注:C列和E列中的实际内容为:'',' G列中的内容为:'')3.复制数据到sqlserver中复制出来的内容为:insert into test(name,sex,class) values(' 张三 ',' 女 ',' 二年1班 ')insert into test(name,sex,class) values(' 张四 ',' 男 ',' 二年2班 ')insert int 阅读全文
posted @ 2012-09-19 18:01 の对的 阅读(451) 评论(0) 推荐(0)