Re: How do I get the rec-id from an insert. - Mailing list pgsql-php

From Bruno Wolff III
Subject Re: How do I get the rec-id from an insert.
Date
Msg-id 20020829225815.GB347@wolff.to
Whole thread Raw
In response to Re: How do I get the rec-id from an insert.  (Clinton Adams <clinton@vote-smart.org>)
Responses Re: How do I get the rec-id from an insert.
List pgsql-php
On Thu, Aug 29, 2002 at 15:00:15 -0600,
  Clinton Adams <clinton@vote-smart.org> wrote:
> Chris -
>
> You don't really need to know the key values - make it one query:
>
> insert into c values (nextval('crecid'), currval('arecid'), currval('brecid'))

Is it documented that the above is reliable? I don't remember ever reading
that expressions are evaluated in the order they appear in a select
statement.

pgsql-php by date:

Previous
From: Clinton Adams
Date:
Subject: Re: How do I get the rec-id from an insert.
Next
From: Clinton Adams
Date:
Subject: Re: How do I get the rec-id from an insert.