SELECT * FROM FINAL TABLE (INSERT INTO X VALUES …..)
This statement has three modes you can select from. The are
- OLD TABLE: before the data change statement operation has been executed
- NEW TABLE: just after the data change statement operation has been executed, but before both referential integrity evaluation and the firing of defined after-triggers.
- FINAL TABLE: after the operation has been executed, and after all referential integrity evaluations and after-triggers have been fired.
/blogs.ittoolbox.com
No comments:
Post a Comment