Subject Re: [firebird-support] Return PK Value on Insert
Author Tony Christiansen
Take a look at the returning clause

http://www.firebirdsql.org/refdocs/langrefupd21-insert.html

Regards


On 11/08/2013 12:50 PM, John W. (Jack) Cane wrote:
> 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