Re: how to get last inserted id - Mailing list pgsql-novice

From Brett W. McCoy
Subject Re: how to get last inserted id
Date
Msg-id Pine.LNX.4.30.0012291236020.2912-100000@chapelperilous.net
Whole thread Raw
In response to how to get last inserted id  (chris Günther <guenther@uscreen.de>)
Responses Re: how to get last inserted id  ("Albert REINER" <areiner@tph.tuwien.ac.at>)
List pgsql-novice
On Fri, 29 Dec 2000, chris Günther wrote:

> How can I find out the last inserted ID of a field with a serial on it???

currval("sequencename");

-- Brett
                                     http://www.chapelperilous.net/~bmccoy/
---------------------------------------------------------------------------
Cynic, n.:
    Experienced.


pgsql-novice by date:

Previous
From: chris Günther
Date:
Subject: how to get last inserted id
Next
From: "Albert REINER"
Date:
Subject: Re: how to get last inserted id