how to return the last inserted identity column value

Поиск
Список
Период
Сортировка
От
Тема how to return the last inserted identity column value
Дата
Msg-id 20120308111624.c760ddbd7c0975bc4b045766db7d895c.6315342a31.wbe@email16.secureserver.net
обсуждение исходный текст
Ответы Re: how to return the last inserted identity column value  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-general
In some languges you can use set l_localid = @@identity which returns
the value of the identity column defined in the table.  How can I do
this in Postgres 9.1

Michael Gould
Intermodal Software Solutions, LLC
904-226-0978


В списке pgsql-general по дате отправления:

Предыдущее
От:
Дата:
Сообщение: why no create variable
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: how to return the last inserted identity column value