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

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to get the last insert id

Re: How to get the last insert id

From: William Robertson <williamr2019_at_googlemail.com>
Date: Sun, 09 Sep 2007 11:45:22 -0000
Message-ID: <1189338322.629172.142160@r34g2000hsd.googlegroups.com>


On Sep 8, 10:20 am, "Norbert Pürringer" <thalio..._at_graffiti.net> wrote:
> Hello once more!
>
> If I use a sequence, it's of course no problem to get the ID of the last
> inserted dataset. But imagine, that the primary key consists of GUID values
> and the default value of the primary key column is New_Guid. So a new
> dataset will produce a new GUID value which I want to use in the next
> statement. But how?
>

Sounds like you mean a row rather than a dataset. Received on Sun Sep 09 2007 - 06:45:22 CDT

Original text of this message

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