2015年1月13日

insert into table1 (column1,column2) select column1,column2 from table2 where 条件

摘要: sql 语句:insert into table1 (column1,column2) select column1,column2 from table2 where 条件含义:将table2的数据插入到table1 阅读全文

posted @ 2015-01-13 16:00 时光让我遇到你 阅读(730) 评论(0) 推荐(0) 编辑

导航