MySQL将查询保存到表中

发布时间:2015年05月22日 // 分类:代码 // 暂无评论

方法一:

STEP1:

drop table if exists student; //删除原有表

STEP2:

create table dust select * from student;//用于复制前未创建新表dust的情况下 

方法二:

insert into dust select * from student;//已经创建了新表dust的情况下

本文固定链接
https://www.ywlib.com/archives/13.html

标签
mysql, sql

添加新评论 »

分类
随机文章
最新文章
最近回复