比如临时表叫temp,你要查询的语句为select * from 表名 where id=1。

1.建表temp

2.插入语句:

1 insert into temp select * from 表名 where id=1;
2 commit;

 

 

相关文章:

  • 2022-02-09
  • 2021-11-27
  • 2022-12-23
  • 2021-06-03
  • 2022-01-28
  • 2022-12-23
猜你喜欢
  • 2021-08-27
  • 2022-12-23
  • 2022-02-12
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案