方法一:
drop table if exists x;
create table x as +select * from ...
方法二:
create temporary table x +select * from ...;
文章标签 mysql一组数据作为临时表 文章分类 MySQL 数据库
方法一:
drop table if exists x;
create table x as +select * from ...
方法二:
create temporary table x +select * from ...;
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M