摘要: 由于mysql不支持select into 方法,mysql怎样将一张表的查询结果存到另一张表中? 找了两个方法 第一种: create table dust select * from student;//用于复制前未创建新表dust的情况下 第二种 insert into dust select 阅读全文
posted @ 2018-07-10 21:45 阿波罗任先生 阅读(6662) 评论(0) 推荐(0)