On Sun, Oct 4, 2009 at 1:34 PM, Rob Sargent wrote:
> Osvaldo Kussama wrote:
>>
>> 2009/10/4 mohammad qoreishy
>>
>>>
>>> How can get last inserted record in a table without any autoincrement
>>> filed?
>>> I need to frequently fetch the last inserted record.
>>> If I must use the "Cursor" please
Osvaldo Kussama wrote:
2009/10/4 mohammad qoreishy
How can get last inserted record in a table without any autoincrement filed?
I need to frequently fetch the last inserted record.
If I must use the "Cursor" please explain your solution.
RETURNING clause?
http://www.postgresql.org/
2009/10/4 mohammad qoreishy
>
> How can get last inserted record in a table without any autoincrement filed?
> I need to frequently fetch the last inserted record.
> If I must use the "Cursor" please explain your solution.
>
RETURNING clause?
http://www.postgresql.org/docs/current/interactive/s
How can get last inserted record in a table without any autoincrement filed?
I need to frequently fetch the last inserted record.
If I must use the "Cursor" please explain your solution.