Home > database > Function of executing DML statements
Function of executing DML statements
Time:09-29
In the function to perform DML statements, need autonomous transactions, after performing the DML statements to commit at the same time, but I now is to insert data in the temporary table, data will be cleared after a commit, how to deal with this situation
CodePudding user response:
Avoid this kind of practice, think about the other way,