Mysql 创建临时表

第二代技术 > mysql > 命令

MySQL创建临时表语法:

create temporary table student_copy(
  id int primary key,
  name varchar(20) 
)Engine=InnoDB default charset utf8;


©2013-2015 第二代Mysql、PHP、SQLite技术网

备案号:粤ICP备13067878号-1