Re: [SQL] Retrieving tuple data on insert

2003-08-14 Thread sebmil
> you can retrieve it using the currentVal function on the sequence used to > generate that id. Thank you. ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Re: [SQL] Retrieving tuple data on insert

2003-08-11 Thread Prasanth
you can retrieve it using the currentVal function on the sequence used to generate that id. "sebmil" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > > I have a table with two columns, created with : CREATE TABLE test ( id > serial primary key, name text ) ; > > To populate