Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> How to select records which were inserted at last ?
Hello,
Is there a general way to SELECT those records, which have been inserted at last in the current transaction?
Some sort of "SELECT * FROM Table WHERE Record is new " ?
What I want to do:
When I'm inserting new records, triggers are getting fired, which update some columns. Now I want to display these values to the user, so (s)he can decide whether to commit or rollback the changes.
Thanks in advance for help on this topic
Georg Scholz Received on Tue Oct 26 2004 - 07:46:40 CDT
![]() |
![]() |