Subject | Re: [firebird-support] Return PK Value on Insert |
---|---|
Author | W O |
Post date | 2013-08-11T16:09:09Z |
INSERT INTO MyTable
(Column1, Column2, Column3)
VALUES (Value1, Value2, Value3)
RETURNING Value1
INTO MyVar1
Greetings.
Walter.
On Sat, Aug 10, 2013 at 10:50 PM, John W. (Jack) Cane
<jwcane@...>wrote:
(Column1, Column2, Column3)
VALUES (Value1, Value2, Value3)
RETURNING Value1
INTO MyVar1
Greetings.
Walter.
On Sat, Aug 10, 2013 at 10:50 PM, John W. (Jack) Cane
<jwcane@...>wrote:
> **[Non-text portions of this message have been removed]
>
>
> After performing an insert I need to know the value of the primary key of
> the newly inserted record. If there is a way to get that without performing
> another select query after the insert, would you please give me or point me
> to an example.
>
> Best,
> jwc
> from iMac
>
> [Non-text portions of this message have been removed]
>
>
>