首先on commit preserve rows 和 on commit delete rows 都是在oracle 创建临时表时用到的,

delete rows用于事务相关,也就在事务结束后truncate data in the temporary table.
preserve rows表示在会话结束后清除临时表的数据

前者在事务提交后数据就已经清除了.
后者在会话中止时或者导常退出时数据都会被清除掉.

相关文章:

  • 2021-10-03
  • 2022-01-09
  • 2021-08-01
  • 2021-09-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-08
猜你喜欢
  • 2021-06-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-09
  • 2021-12-25
相关资源
相似解决方案