Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: To find a just-inserted record

Re: To find a just-inserted record

From: Shahzad Latif <shai_02_at_hotmail.com>
Date: 23 Dec 2001 15:01:33 -0800
Message-ID: <1f16721b.0112231501.696d8a82@posting.google.com>


I would use a sequence with an added column in the table. Get the next value of sequence and insert it along with other fields into your table. You sure know what record you inserted the last in a particular session.

Shahzad Received on Sun Dec 23 2001 - 17:01:33 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US