Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在表中插入数据。如果我执行选择查询,我可以看到插入的数据。但是一旦我执行提交,然后在同一个窗口上执行选择查询,没有找到记录。
它看起来很奇怪。不知道是什么问题。
我找到了原因。它是一个全局临时表,其中该表被创建为 ON COMMIT DELETE ROWS。