1、创建临时表,并将查询的结果插入临时表,以及查询: CREATE TEMPORARY TABLE tmp_table select *from four; select *from tmp_table ; 2、待定 相关文章: 2021-06-04 2022-03-01 2022-01-07