1、创建临时表,并将查询的结果插入临时表,以及查询:

CREATE TEMPORARY TABLE tmp_table select *from four;
select *from tmp_table ;

2、待定

相关文章:

  • 2021-06-04
  • 2022-03-01
  • 2022-01-07
猜你喜欢
  • 2021-09-02
  • 2021-08-09
  • 2019-05-20
  • 2022-01-22
  • 2021-10-12
相关资源
相似解决方案