摘要: INSERT INTO SELECT语句 语句形式为:Insert into Table2(field1,field2,...) select value1,value2,... from Table1 或者:Insert into Table2 select * from Table1 注意:(1 阅读全文
posted @ 2019-01-23 13:43 艾瑞克·邵 阅读(59271) 评论(0) 推荐(0)