MySQL创建临时表语法:
create temporary table student_copy( id int primary key, name varchar(20) )Engine=InnoDB default charset utf8;
Mysql 创建临时表
MySQL创建临时表语法:
create temporary table student_copy( id int primary key, name varchar(20) )Engine=InnoDB default charset utf8;
©2013-2015 第二代Mysql、PHP、SQLite技术网