摘要: --建表table1,table2: create table table1(id int,name varchar(10)) create table table2(id int,score int) insert into table1 select 1,lee insert into tabl... 阅读全文
posted @ 2015-06-27 19:26 S大好人S 阅读(198) 评论(0) 推荐(0)